Shades of Burnt Orange #F8712F
Tints of Burnt Orange #F8712F
RGB
CMYK
RGB Variations
Color information
#F8712F (or 0xF8712F) is known color: Burnt Orange. HEX triplet: F8, 71 and 2F. RGB value is (248,113,47). Sum of RGB (Red+Green+Blue) = 248+113+47=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8712F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8712F is #078ED0. Grayscale: #929292. Windows color (decimal): -495313 or 3109368. OLE color: 3109368.
HSL color Cylindrical-coordinate representation of color #F8712F: hue angle of 19.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8712F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.03 |
| HSL | 19.7º | 0.93% | 0.58% | - |
| HSV(B) | 19.7º | 0.81% | 0.97% | - |
| XYZ | 45.13 | 31.97 | 6.48 | - |
| YUV | 145.84 | 72.23 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 47 | 0 | 0.54 | 0.81 | 0.03 | 19.7 | 0.93 | 0.58 |
| Hex | F8 | 71 | 2F | 0 | 36 | 51 | 3 | 14 | 5D | 3A |
| Octal | 370 | 161 | 57 | 0 | 66 | 121 | 3 | 24 | 135 | 72 |
| Binary | 11111000 | 1110001 | 101111 | 0 | 110110 | 1010001 | 11 | 10100 | 1011101 | 111010 |
Color Harmonies of #F8712F
Complementary color
Monochromatic Colors of #F8712F
Black with #F8712F
Text Example
Text Example
White with #F8712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8712F; }
p { color: rgb(248,113,47); }
H1.HeaderClassName
{
color: #F8712F;
}
.AnyTagClassName
{
color: #F8712F;
}
</style>
background-color css
<style>
a { background-color: #F8712F; }
a { background-color: rgb(248,113,47); }
div.DivClassName
{
background-color: #F8712F;
}
.BgClassName
{
background-color: #F8712F;
}
</style>
border-color css
<style>
span { border-color: #F8712F; }
span { border-color: rgb(248,113,47); }
td.TdClassName
{
border-color: #F8712F;
}
.TagClassName
{
border-color: #F8712F;
}
</style>