#FC6A39

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

Shades of Burnt Orange #FC6A39

Tints of Burnt Orange #FC6A39

Color information

#FC6A39 (or 0xFC6A39) is unknown color: approx Burnt Orange. HEX triplet: FC, 6A and 39. RGB value is (252,106,57). Sum of RGB (Red+Green+Blue) = 252+106+57=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A39 is #0395C6. Grayscale: #909090. Windows color (decimal): -234951 or 3762940. OLE color: 3762940.

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

Color convert

RGB25210657-
CMYK00.580.770.01
HSL15.08º97.01%60.59%-
HSV(B)15.08º77.38%98.82%-
XYZ46.0431.37.49-
YUV144.0778.87204.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.72%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 57 (22.66% from 255) = 13.73%
R=60.72%
G=25.54%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521065700.580.770.0115.0897.0160.59
HexFC6A3903A4D1f613d
Octal3741527107211511714175
Binary11111100110101011100101110101001101111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6A39; }

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

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

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

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

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

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

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

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