Shades of Burnt Orange #F87641
Tints of Burnt Orange #F87641
RGB
CMYK
RGB Variations
Color information
#F87641 (or 0xF87641) is known color: Burnt Orange. HEX triplet: F8, 76 and 41. RGB value is (248,118,65). Sum of RGB (Red+Green+Blue) = 248+118+65=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F87641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87641 is #0789BE. Grayscale: #979797. Windows color (decimal): -494015 or 4290296. OLE color: 4290296.
HSL color Cylindrical-coordinate representation of color #F87641: hue angle of 17.38º 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 #F87641 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 65 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.03 |
| HSL | 17.38º | 0.93% | 0.61% | - |
| HSV(B) | 17.38º | 0.74% | 0.97% | - |
| XYZ | 46.14 | 33.29 | 9 | - |
| YUV | 150.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 65 | 0 | 0.52 | 0.74 | 0.03 | 17.38 | 0.93 | 0.61 |
| Hex | F8 | 76 | 41 | 0 | 34 | 4A | 3 | 11 | 5D | 3D |
| Octal | 370 | 166 | 101 | 0 | 64 | 112 | 3 | 21 | 135 | 75 |
| Binary | 11111000 | 1110110 | 1000001 | 0 | 110100 | 1001010 | 11 | 10001 | 1011101 | 111101 |
Color Harmonies of #F87641
Complementary color
Monochromatic Colors of #F87641
Black with #F87641
Text Example
Text Example
White with #F87641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87641; }
p { color: rgb(248,118,65); }
H1.HeaderClassName
{
color: #F87641;
}
.AnyTagClassName
{
color: #F87641;
}
</style>
background-color css
<style>
a { background-color: #F87641; }
a { background-color: rgb(248,118,65); }
div.DivClassName
{
background-color: #F87641;
}
.BgClassName
{
background-color: #F87641;
}
</style>
border-color css
<style>
span { border-color: #F87641; }
span { border-color: rgb(248,118,65); }
td.TdClassName
{
border-color: #F87641;
}
.TagClassName
{
border-color: #F87641;
}
</style>