Shades of Burnt Orange #F87144
Tints of Burnt Orange #F87144
RGB
CMYK
RGB Variations
Color information
#F87144 (or 0xF87144) is known color: Burnt Orange. HEX triplet: F8, 71 and 44. RGB value is (248,113,68). Sum of RGB (Red+Green+Blue) = 248+113+68=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F87144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87144 is #078EBB. Grayscale: #949494. Windows color (decimal): -495292 or 4485624. OLE color: 4485624.
HSL color Cylindrical-coordinate representation of color #F87144: hue angle of 15º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F87144 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 68 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.03 |
| HSL | 15º | 0.93% | 0.62% | - |
| HSV(B) | 15º | 0.73% | 0.97% | - |
| XYZ | 45.66 | 32.18 | 9.27 | - |
| YUV | 148.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 68 | 0 | 0.54 | 0.73 | 0.03 | 15 | 0.93 | 0.62 |
| Hex | F8 | 71 | 44 | 0 | 36 | 49 | 3 | F | 5D | 3E |
| Octal | 370 | 161 | 104 | 0 | 66 | 111 | 3 | 17 | 135 | 76 |
| Binary | 11111000 | 1110001 | 1000100 | 0 | 110110 | 1001001 | 11 | 1111 | 1011101 | 111110 |
Color Harmonies of #F87144
Complementary color
Monochromatic Colors of #F87144
Black with #F87144
Text Example
Text Example
White with #F87144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87144; }
p { color: rgb(248,113,68); }
H1.HeaderClassName
{
color: #F87144;
}
.AnyTagClassName
{
color: #F87144;
}
</style>
background-color css
<style>
a { background-color: #F87144; }
a { background-color: rgb(248,113,68); }
div.DivClassName
{
background-color: #F87144;
}
.BgClassName
{
background-color: #F87144;
}
</style>
border-color css
<style>
span { border-color: #F87144; }
span { border-color: rgb(248,113,68); }
td.TdClassName
{
border-color: #F87144;
}
.TagClassName
{
border-color: #F87144;
}
</style>