#FC6C39

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

Shades of Burnt Orange #FC6C39

Tints of Burnt Orange #FC6C39

Color information

#FC6C39 (or 0xFC6C39) is unknown color: approx Burnt Orange. HEX triplet: FC, 6C and 39. RGB value is (252,108,57). Sum of RGB (Red+Green+Blue) = 252+108+57=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C39 is #0393C6. Grayscale: #919191. Windows color (decimal): -234439 or 3763452. OLE color: 3763452.

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

Color convert

RGB25210857-
CMYK00.570.770.01
HSL15.69º97.01%60.59%-
HSV(B)15.69º77.38%98.82%-
XYZ46.2531.727.56-
YUV145.2478.21204.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.43%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 57 (22.66% from 255) = 13.67%
R=60.43%
G=25.90%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521085700.570.770.0115.6997.0160.59
HexFC6C390394D110613d
Octal3741547107111512014175
Binary111111001101100111001011100110011011100001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6C39; }

 p { color: rgb(252,108,57); }

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

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

 a { background-color: rgb(252,108,57); }

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

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

 span { border-color: rgb(252,108,57); }

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