Color Hex Logo

#fc802e Color Hex

#FC802E
(252,128,46)
0 Favorites   0 Comments

Color spaces of #fc802e

RGB 25212846
HSL0.070.970.58
HSV24°82°99°
CMYK 0.000.490.82   0.01
XYZ48.357236.33107.0487
Yxy36.33100.52710.3960
Hunter Lab60.275237.724235.2592
CIE-Lab66.772142.381362.4048

#fc802e color RGB value is (252,128,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 00101110
Octal 374 200 56
Decimal 252 128 46
Hex FC 80 2E

RGB Percentages of Color #fc802e

%59.15
%30.05
%10.80

CMYK Percentages of Color #fc802e

%0
%49
%82
%1

Triadic Colors of #fc802e

#fc802e #2efc80 #802efc

Analogous Colors of #fc802e

#fc802e #fce72e #fc2e43

Monochromatic Colors of #fc802e

#fc802e

Complementary Color

#fc802e #2eaafc

#fc802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc802e Color CSS Codes

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

#fc802e Text Font Color

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

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


#fc802e Background Color

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

This div background color is #fc802e


#fc802e Border Color

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

This div border color is #fc802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc802e

Related Colors


Comments

No comments written yet.

Please login to write comment.