Color Hex Logo

#fc802b Color Hex

#FC802B
(252,128,43)
0 Favorites   0 Comments

Color spaces of #fc802b

RGB 25212843
HSL0.070.970.58
HSV24°83°99°
CMYK 0.000.490.83   0.01
XYZ48.300136.30826.7480
Yxy36.30820.52870.3974
Hunter Lab60.256337.633135.5396
CIE-Lab66.754742.298863.5335

#fc802b color RGB value is (252,128,43).

#fc802b hex color red value is 252, green value is 128 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fc802b hue: 0.07 , saturation: 0.97 and the lightness value of fc802b is 0.58.

The process color (four color CMYK) of #fc802b color hex is 0.00, 0.49, 0.83, 0.01. Web safe color of #fc802b is #ff9933. Color #fc802b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 00101011
Octal 374 200 53
Decimal 252 128 43
Hex FC 80 2B

RGB Percentages of Color #fc802b

%59.57
%30.26
%10.17

CMYK Percentages of Color #fc802b

%0
%49
%83
%1

Triadic Colors of #fc802b

#fc802b #2bfc80 #802bfc

Analogous Colors of #fc802b

#fc802b #fce92b #fc2b3f

Monochromatic Colors of #fc802b

#fc802b

Complementary Color

#fc802b #2ba7fc

#fc802b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc802b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc802b Color CSS Codes

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

#fc802b Text Font Color

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

This sample text font color is #fc802b
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.


#fc802b Background Color

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

This div background color is #fc802b


#fc802b Border Color

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

This div border color is #fc802b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc802b


Comments

No comments written yet.

Please login to write comment.