#FC7239

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

Shades of Burnt Orange #FC7239

Tints of Burnt Orange #FC7239

Color information

#FC7239 (or 0xFC7239) is unknown color: approx Burnt Orange. HEX triplet: FC, 72 and 39. RGB value is (252,114,57). Sum of RGB (Red+Green+Blue) = 252+114+57=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7239 is #038DC6. Grayscale: #959595. Windows color (decimal): -232903 or 3764988. OLE color: 3764988.

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

Color convert

RGB25211457-
CMYK00.550.770.01
HSL17.54º97.01%60.59%-
HSV(B)17.54º77.38%98.82%-
XYZ46.933.037.77-
YUV148.7676.22201.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.57%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 57 (22.66% from 255) = 13.48%
R=59.57%
G=26.95%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521145700.550.770.0117.5497.0160.59
HexFC72390374D112613d
Octal3741627106711512214175
Binary111111001110010111001011011110011011100101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7239; }

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

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

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

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

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

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

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

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