Shades of Burnt Orange #F86B2A
Tints of Burnt Orange #F86B2A
RGB
CMYK
RGB Variations
Color information
#F86B2A (or 0xF86B2A) is known color: Burnt Orange. HEX triplet: F8, 6B and 2A. RGB value is (248,107,42). Sum of RGB (Red+Green+Blue) = 248+107+42=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86B2A is #0794D5. Grayscale: #8E8E8E. Windows color (decimal): -496854 or 2780152. OLE color: 2780152.
HSL color Cylindrical-coordinate representation of color #F86B2A: hue angle of 18.93º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F86B2A is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 42 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.03 |
| HSL | 18.93º | 0.94% | 0.57% | - |
| HSV(B) | 18.93º | 0.83% | 0.97% | - |
| XYZ | 44.39 | 30.64 | 5.76 | - |
| YUV | 141.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 42 | 0 | 0.57 | 0.83 | 0.03 | 18.93 | 0.94 | 0.57 |
| Hex | F8 | 6B | 2A | 0 | 39 | 53 | 3 | 13 | 5E | 39 |
| Octal | 370 | 153 | 52 | 0 | 71 | 123 | 3 | 23 | 136 | 71 |
| Binary | 11111000 | 1101011 | 101010 | 0 | 111001 | 1010011 | 11 | 10011 | 1011110 | 111001 |
Color Harmonies of #F86B2A
Complementary color
Monochromatic Colors of #F86B2A
Black with #F86B2A
Text Example
Text Example
White with #F86B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86B2A; }
p { color: rgb(248,107,42); }
H1.HeaderClassName
{
color: #F86B2A;
}
.AnyTagClassName
{
color: #F86B2A;
}
</style>
background-color css
<style>
a { background-color: #F86B2A; }
a { background-color: rgb(248,107,42); }
div.DivClassName
{
background-color: #F86B2A;
}
.BgClassName
{
background-color: #F86B2A;
}
</style>
border-color css
<style>
span { border-color: #F86B2A; }
span { border-color: rgb(248,107,42); }
td.TdClassName
{
border-color: #F86B2A;
}
.TagClassName
{
border-color: #F86B2A;
}
</style>