Shades of Burnt Orange #F86D2D
Tints of Burnt Orange #F86D2D
RGB
CMYK
RGB Variations
Color information
#F86D2D (or 0xF86D2D) is known color: Burnt Orange. HEX triplet: F8, 6D and 2D. RGB value is (248,109,45). Sum of RGB (Red+Green+Blue) = 248+109+45=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D2D is #0792D2. Grayscale: #8F8F8F. Windows color (decimal): -496339 or 2977272. OLE color: 2977272.
HSL color Cylindrical-coordinate representation of color #F86D2D: hue angle of 18.92º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F86D2D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 45 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.03 |
| HSL | 18.92º | 0.94% | 0.57% | - |
| HSV(B) | 18.92º | 0.82% | 0.97% | - |
| XYZ | 44.65 | 31.08 | 6.13 | - |
| YUV | 143.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 45 | 0 | 0.56 | 0.82 | 0.03 | 18.92 | 0.94 | 0.57 |
| Hex | F8 | 6D | 2D | 0 | 38 | 52 | 3 | 13 | 5E | 39 |
| Octal | 370 | 155 | 55 | 0 | 70 | 122 | 3 | 23 | 136 | 71 |
| Binary | 11111000 | 1101101 | 101101 | 0 | 111000 | 1010010 | 11 | 10011 | 1011110 | 111001 |
Color Harmonies of #F86D2D
Complementary color
Monochromatic Colors of #F86D2D
Black with #F86D2D
Text Example
Text Example
White with #F86D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D2D; }
p { color: rgb(248,109,45); }
H1.HeaderClassName
{
color: #F86D2D;
}
.AnyTagClassName
{
color: #F86D2D;
}
</style>
background-color css
<style>
a { background-color: #F86D2D; }
a { background-color: rgb(248,109,45); }
div.DivClassName
{
background-color: #F86D2D;
}
.BgClassName
{
background-color: #F86D2D;
}
</style>
border-color css
<style>
span { border-color: #F86D2D; }
span { border-color: rgb(248,109,45); }
td.TdClassName
{
border-color: #F86D2D;
}
.TagClassName
{
border-color: #F86D2D;
}
</style>