Shades of Burnt Orange #F87F2D
Tints of Burnt Orange #F87F2D
RGB
CMYK
RGB Variations
Color information
#F87F2D (or 0xF87F2D) is known color: Burnt Orange. HEX triplet: F8, 7F and 2D. RGB value is (248,127,45). Sum of RGB (Red+Green+Blue) = 248+127+45=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F2D is #0780D2. Grayscale: #9A9A9A. Windows color (decimal): -491731 or 2981880. OLE color: 2981880.
HSL color Cylindrical-coordinate representation of color #F87F2D: hue angle of 24.24º 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 #F87F2D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 45 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.03 |
| HSL | 24.24º | 0.94% | 0.57% | - |
| HSV(B) | 24.24º | 0.82% | 0.97% | - |
| XYZ | 46.77 | 35.32 | 6.84 | - |
| YUV | 153.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 45 | 0 | 0.49 | 0.82 | 0.03 | 24.24 | 0.94 | 0.57 |
| Hex | F8 | 7F | 2D | 0 | 31 | 52 | 3 | 18 | 5E | 39 |
| Octal | 370 | 177 | 55 | 0 | 61 | 122 | 3 | 30 | 136 | 71 |
| Binary | 11111000 | 1111111 | 101101 | 0 | 110001 | 1010010 | 11 | 11000 | 1011110 | 111001 |
Color Harmonies of #F87F2D
Complementary color
Monochromatic Colors of #F87F2D
Black with #F87F2D
Text Example
Text Example
White with #F87F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F2D; }
p { color: rgb(248,127,45); }
H1.HeaderClassName
{
color: #F87F2D;
}
.AnyTagClassName
{
color: #F87F2D;
}
</style>
background-color css
<style>
a { background-color: #F87F2D; }
a { background-color: rgb(248,127,45); }
div.DivClassName
{
background-color: #F87F2D;
}
.BgClassName
{
background-color: #F87F2D;
}
</style>
border-color css
<style>
span { border-color: #F87F2D; }
span { border-color: rgb(248,127,45); }
td.TdClassName
{
border-color: #F87F2D;
}
.TagClassName
{
border-color: #F87F2D;
}
</style>