Shades of Burnt Orange #F87127
Tints of Burnt Orange #F87127
RGB
CMYK
RGB Variations
Color information
#F87127 (or 0xF87127) is known color: Burnt Orange. HEX triplet: F8, 71 and 27. RGB value is (248,113,39). Sum of RGB (Red+Green+Blue) = 248+113+39=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F87127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87127 is #078ED8. Grayscale: #919191. Windows color (decimal): -495321 or 2585080. OLE color: 2585080.
HSL color Cylindrical-coordinate representation of color #F87127: hue angle of 21.24º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F87127 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 39 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.03 |
| HSL | 21.24º | 0.94% | 0.56% | - |
| HSV(B) | 21.24º | 0.84% | 0.97% | - |
| XYZ | 44.98 | 31.91 | 5.71 | - |
| YUV | 144.93 | 68.23 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 39 | 0 | 0.54 | 0.84 | 0.03 | 21.24 | 0.94 | 0.56 |
| Hex | F8 | 71 | 27 | 0 | 36 | 54 | 3 | 15 | 5E | 38 |
| Octal | 370 | 161 | 47 | 0 | 66 | 124 | 3 | 25 | 136 | 70 |
| Binary | 11111000 | 1110001 | 100111 | 0 | 110110 | 1010100 | 11 | 10101 | 1011110 | 111000 |
Color Harmonies of #F87127
Complementary color
Monochromatic Colors of #F87127
Black with #F87127
Text Example
Text Example
White with #F87127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87127; }
p { color: rgb(248,113,39); }
H1.HeaderClassName
{
color: #F87127;
}
.AnyTagClassName
{
color: #F87127;
}
</style>
background-color css
<style>
a { background-color: #F87127; }
a { background-color: rgb(248,113,39); }
div.DivClassName
{
background-color: #F87127;
}
.BgClassName
{
background-color: #F87127;
}
</style>
border-color css
<style>
span { border-color: #F87127; }
span { border-color: rgb(248,113,39); }
td.TdClassName
{
border-color: #F87127;
}
.TagClassName
{
border-color: #F87127;
}
</style>