color codes Logo

#fca10b color codes

#FCA10B
(252,161,11)
0 Favorites   0 Comments

Color spaces of #fca10b

RGB 25216111
HSL0.100.980.52
HSV37°96°99°
CMYK 0.000.360.96   0.01
XYZ52.950246.20936.4451
Yxy46.20930.50140.4376
Hunter Lab67.977420.079941.9628
CIE-Lab73.681124.858076.6780

#fca10b color RGB value is (252,161,11).

#fca10b hex color red value is 252, green value is 161 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fca10b hue: 0.10 , saturation: 0.98 and the lightness value of fca10b is 0.52.

The process color (four color CMYK) of #fca10b color code is 0.00, 0.36, 0.96, 0.01. Web safe color of #fca10b is #ff9900. Color #fca10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00001011
Octal 374 241 13
Decimal 252 161 11
Hex FC A1 B

RGB Percentages of Color #fca10b

%59.43
%37.97
%2.59

CMYK Percentages of Color #fca10b

%0
%36
%96
%1

Triadic Colors of #fca10b

#fca10b #0bfca1 #a10bfc

Analogous Colors of #fca10b

#fca10b #dffc0b #fc290b

Monochromatic Colors of #fca10b

#fca10b

Complementary Color

#fca10b #0b66fc

#fca10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca10b Color CSS Codes

.mybgcolor {background-color:#fca10b; } 
.myforecolor {color:#fca10b; }
.mybordercolor {border:3px solid #fca10b; }

#fca10b Text Font Color

<p style="color:#fca10b">Text here</p>

This sample text font color is #fca10b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fca10b Background Color

<div style="background-color:#fca10b">
Div content here</div>

This div background color is #fca10b


#fca10b Border Color

<div style="border:3px solid #fca10b">
Div here</div>

This div border color is #fca10b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,161,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fca10b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fca10b;
  -webkit-box-shadow: 1px 1px 3px 2px #fca10b;
  box-shadow:         1px 1px 3px 2px #fca10b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,161,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fca10b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fca10b;
  -webkit-box-shadow: 1px 1px 3px 2px #fca10b;
  box-shadow:         1px 1px 3px 2px #fca10b;">
Div content here</div>

This div box has shadow with color #fca10b

Related Colors


Comments

No comments written yet.

Please login to write comment.