Shades of Burnt Orange #F86623
Tints of Burnt Orange #F86623
RGB
CMYK
RGB Variations
Color information
#F86623 (or 0xF86623) is known color: Burnt Orange. HEX triplet: F8, 66 and 23. RGB value is (248,102,35). Sum of RGB (Red+Green+Blue) = 248+102+35=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F86623 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86623 is #0799DC. Grayscale: #8A8A8A. Windows color (decimal): -498141 or 2320120. OLE color: 2320120.
HSL color Cylindrical-coordinate representation of color #F86623: hue angle of 18.87º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F86623 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 35 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.03 |
| HSL | 18.87º | 0.94% | 0.55% | - |
| HSV(B) | 18.87º | 0.86% | 0.97% | - |
| XYZ | 43.77 | 29.58 | 4.99 | - |
| YUV | 138.02 | 69.87 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 35 | 0 | 0.59 | 0.86 | 0.03 | 18.87 | 0.94 | 0.55 |
| Hex | F8 | 66 | 23 | 0 | 3B | 56 | 3 | 13 | 5E | 37 |
| Octal | 370 | 146 | 43 | 0 | 73 | 126 | 3 | 23 | 136 | 67 |
| Binary | 11111000 | 1100110 | 100011 | 0 | 111011 | 1010110 | 11 | 10011 | 1011110 | 110111 |
Color Harmonies of #F86623
Complementary color
Monochromatic Colors of #F86623
Black with #F86623
Text Example
Text Example
White with #F86623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86623; }
p { color: rgb(248,102,35); }
H1.HeaderClassName
{
color: #F86623;
}
.AnyTagClassName
{
color: #F86623;
}
</style>
background-color css
<style>
a { background-color: #F86623; }
a { background-color: rgb(248,102,35); }
div.DivClassName
{
background-color: #F86623;
}
.BgClassName
{
background-color: #F86623;
}
</style>
border-color css
<style>
span { border-color: #F86623; }
span { border-color: rgb(248,102,35); }
td.TdClassName
{
border-color: #F86623;
}
.TagClassName
{
border-color: #F86623;
}
</style>