#FC802F

Color #FC802F Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FC802F

Tints of Burnt Orange #FC802F

Color information

#FC802F (or 0xFC802F) is unknown color: approx Burnt Orange. HEX triplet: FC, 80 and 2F. RGB value is (252,128,47). Sum of RGB (Red+Green+Blue) = 252+128+47=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC802F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC802F is #037FD0. Grayscale: #9C9C9C. Windows color (decimal): -229329 or 3113212. OLE color: 3113212.

HSL color Cylindrical-coordinate representation of color #FC802F: hue angle of 23.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC802F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB25212847-
CMYK00.490.810.01
HSL23.71º97.16%58.63%-
HSV(B)23.71º81.35%98.82%-
XYZ48.3836.347.15-
YUV155.8466.58196.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 59.02%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 47 (18.75% from 255) = 11.01%
R=59.02%
G=29.98%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521284700.490.810.0123.7197.1658.63
HexFC802F03151118613b
Octal3742005706112113014173
Binary1111110010000000101111011000110100011110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC802F; }

 p { color: rgb(252,128,47); }

 H1.HeaderClassName
 {
   color: #FC802F;
 }
 .AnyTagClassName
 {
   color: #FC802F;
 }
</style>
background-color css

<style>
 a { background-color: #FC802F; }

 a { background-color: rgb(252,128,47); }

 div.DivClassName
 {
   background-color: #FC802F;
 }
 .BgClassName
 {
   background-color: #FC802F;
 }
</style>
border-color css

<style>
 span { border-color: #FC802F; }

 span { border-color: rgb(252,128,47); }

 td.TdClassName
 {
   border-color: #FC802F;
 }
 .TagClassName
 {
   border-color: #FC802F;
 }
</style>