#F87241

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

Shades of Burnt Orange #F87241

Tints of Burnt Orange #F87241

Color information

#F87241 (or 0xF87241) is unknown color: approx Burnt Orange. HEX triplet: F8, 72 and 41. RGB value is (248,114,65). Sum of RGB (Red+Green+Blue) = 248+114+65=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F87241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87241 is #078DBE. Grayscale: #949494. Windows color (decimal): -495039 or 4289272. OLE color: 4289272.

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

Color convert

RGB24811465-
CMYK00.540.740.03
HSL16.07º92.89%61.37%-
HSV(B)16.07º73.79%97.25%-
XYZ45.6832.378.84-
YUV148.4880.89198.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.08%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 65 (25.78% from 255) = 15.22%
R=58.08%
G=26.70%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481146500.540.740.0316.0792.8961.37
HexF872410364A3105d3d
Octal37016210106611232013575
Binary11111000111001010000010110110100101011100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87241; }

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

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

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

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

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

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

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

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