Shades of Burnt Orange #F8712A
Tints of Burnt Orange #F8712A
RGB
CMYK
RGB Variations
Color information
#F8712A (or 0xF8712A) is known color: Burnt Orange. HEX triplet: F8, 71 and 2A. RGB value is (248,113,42). Sum of RGB (Red+Green+Blue) = 248+113+42=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8712A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8712A is #078ED5. Grayscale: #919191. Windows color (decimal): -495318 or 2781688. OLE color: 2781688.
HSL color Cylindrical-coordinate representation of color #F8712A: hue angle of 20.68º 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 #F8712A is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 42 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.03 |
| HSL | 20.68º | 0.94% | 0.57% | - |
| HSV(B) | 20.68º | 0.83% | 0.97% | - |
| XYZ | 45.03 | 31.93 | 5.98 | - |
| YUV | 145.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 42 | 0 | 0.54 | 0.83 | 0.03 | 20.68 | 0.94 | 0.57 |
| Hex | F8 | 71 | 2A | 0 | 36 | 53 | 3 | 15 | 5E | 39 |
| Octal | 370 | 161 | 52 | 0 | 66 | 123 | 3 | 25 | 136 | 71 |
| Binary | 11111000 | 1110001 | 101010 | 0 | 110110 | 1010011 | 11 | 10101 | 1011110 | 111001 |
Color Harmonies of #F8712A
Complementary color
Monochromatic Colors of #F8712A
Black with #F8712A
Text Example
Text Example
White with #F8712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8712A; }
p { color: rgb(248,113,42); }
H1.HeaderClassName
{
color: #F8712A;
}
.AnyTagClassName
{
color: #F8712A;
}
</style>
background-color css
<style>
a { background-color: #F8712A; }
a { background-color: rgb(248,113,42); }
div.DivClassName
{
background-color: #F8712A;
}
.BgClassName
{
background-color: #F8712A;
}
</style>
border-color css
<style>
span { border-color: #F8712A; }
span { border-color: rgb(248,113,42); }
td.TdClassName
{
border-color: #F8712A;
}
.TagClassName
{
border-color: #F8712A;
}
</style>