Shades of Burnt Orange #F86C25
Tints of Burnt Orange #F86C25
RGB
CMYK
RGB Variations
Color information
#F86C25 (or 0xF86C25) is known color: Burnt Orange. HEX triplet: F8, 6C and 25. RGB value is (248,108,37). Sum of RGB (Red+Green+Blue) = 248+108+37=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C25 is #0793DA. Grayscale: #8E8E8E. Windows color (decimal): -496603 or 2452728. OLE color: 2452728.
HSL color Cylindrical-coordinate representation of color #F86C25: hue angle of 20.19º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F86C25 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 37 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.03 |
| HSL | 20.19º | 0.94% | 0.56% | - |
| HSV(B) | 20.19º | 0.85% | 0.97% | - |
| XYZ | 44.41 | 30.82 | 5.36 | - |
| YUV | 141.77 | 68.88 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 37 | 0 | 0.56 | 0.85 | 0.03 | 20.19 | 0.94 | 0.56 |
| Hex | F8 | 6C | 25 | 0 | 38 | 55 | 3 | 14 | 5E | 38 |
| Octal | 370 | 154 | 45 | 0 | 70 | 125 | 3 | 24 | 136 | 70 |
| Binary | 11111000 | 1101100 | 100101 | 0 | 111000 | 1010101 | 11 | 10100 | 1011110 | 111000 |
Color Harmonies of #F86C25
Complementary color
Monochromatic Colors of #F86C25
Black with #F86C25
Text Example
Text Example
White with #F86C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C25; }
p { color: rgb(248,108,37); }
H1.HeaderClassName
{
color: #F86C25;
}
.AnyTagClassName
{
color: #F86C25;
}
</style>
background-color css
<style>
a { background-color: #F86C25; }
a { background-color: rgb(248,108,37); }
div.DivClassName
{
background-color: #F86C25;
}
.BgClassName
{
background-color: #F86C25;
}
</style>
border-color css
<style>
span { border-color: #F86C25; }
span { border-color: rgb(248,108,37); }
td.TdClassName
{
border-color: #F86C25;
}
.TagClassName
{
border-color: #F86C25;
}
</style>