Shades of Burnt Orange #F86B28
Tints of Burnt Orange #F86B28
RGB
CMYK
RGB Variations
Color information
#F86B28 (or 0xF86B28) is known color: Burnt Orange. HEX triplet: F8, 6B and 28. RGB value is (248,107,40). Sum of RGB (Red+Green+Blue) = 248+107+40=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86B28 is #0794D7. Grayscale: #8D8D8D. Windows color (decimal): -496856 or 2649080. OLE color: 2649080.
HSL color Cylindrical-coordinate representation of color #F86B28: hue angle of 19.33º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F86B28 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 40 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.03 |
| HSL | 19.33º | 0.94% | 0.56% | - |
| HSV(B) | 19.33º | 0.84% | 0.97% | - |
| XYZ | 44.35 | 30.63 | 5.58 | - |
| YUV | 141.52 | 70.71 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 40 | 0 | 0.57 | 0.84 | 0.03 | 19.33 | 0.94 | 0.56 |
| Hex | F8 | 6B | 28 | 0 | 39 | 54 | 3 | 13 | 5E | 38 |
| Octal | 370 | 153 | 50 | 0 | 71 | 124 | 3 | 23 | 136 | 70 |
| Binary | 11111000 | 1101011 | 101000 | 0 | 111001 | 1010100 | 11 | 10011 | 1011110 | 111000 |
Color Harmonies of #F86B28
Complementary color
Monochromatic Colors of #F86B28
Black with #F86B28
Text Example
Text Example
White with #F86B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86B28; }
p { color: rgb(248,107,40); }
H1.HeaderClassName
{
color: #F86B28;
}
.AnyTagClassName
{
color: #F86B28;
}
</style>
background-color css
<style>
a { background-color: #F86B28; }
a { background-color: rgb(248,107,40); }
div.DivClassName
{
background-color: #F86B28;
}
.BgClassName
{
background-color: #F86B28;
}
</style>
border-color css
<style>
span { border-color: #F86B28; }
span { border-color: rgb(248,107,40); }
td.TdClassName
{
border-color: #F86B28;
}
.TagClassName
{
border-color: #F86B28;
}
</style>