#FC812F

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

Shades of Burnt Orange #FC812F

Tints of Burnt Orange #FC812F

Color information

#FC812F (or 0xFC812F) is unknown color: approx Burnt Orange. HEX triplet: FC, 81 and 2F. RGB value is (252,129,47). Sum of RGB (Red+Green+Blue) = 252+129+47=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC812F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC812F is #037ED0. Grayscale: #9C9C9C. Windows color (decimal): -229073 or 3113468. OLE color: 3113468.

HSL color Cylindrical-coordinate representation of color #FC812F: hue angle of 24º 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 #FC812F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB25212947-
CMYK00.490.810.01
HSL24º97.16%58.63%-
HSV(B)24º81.35%98.82%-
XYZ48.5136.67.2-
YUV156.4366.25196.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.88%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 47 (18.75% from 255) = 10.98%
R=58.88%
G=30.14%
B=10.98%

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
Decimal2521294700.490.810.012497.1658.63
HexFC812F03151118613b
Octal3742015706112113014173
Binary1111110010000001101111011000110100011110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC812F; }

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

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

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

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

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

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

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

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