#F87244

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

Shades of Burnt Orange #F87244

Tints of Burnt Orange #F87244

Color information

#F87244 (or 0xF87244) is unknown color: approx Burnt Orange. HEX triplet: F8, 72 and 44. RGB value is (248,114,68). Sum of RGB (Red+Green+Blue) = 248+114+68=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F87244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87244 is #078DBB. Grayscale: #959595. Windows color (decimal): -495036 or 4485880. OLE color: 4485880.

HSL color Cylindrical-coordinate representation of color #F87244: hue angle of 15.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F87244 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB24811468-
CMYK00.540.730.03
HSL15.33º92.78%61.96%-
HSV(B)15.33º72.58%97.25%-
XYZ45.7732.419.31-
YUV148.8282.39198.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.67%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 68 (26.95% from 255) = 15.81%
R=57.67%
G=26.51%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481146800.540.730.0315.3392.7861.96
HexF87244036493f5d3e
Octal37016210406611131713576
Binary1111100011100101000100011011010010011111111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87244; }

 p { color: rgb(248,114,68); }

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

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

 a { background-color: rgb(248,114,68); }

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

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

 span { border-color: rgb(248,114,68); }

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