Shades of Burnt Orange #F87C2D
Tints of Burnt Orange #F87C2D
RGB
CMYK
RGB Variations
Color information
#F87C2D (or 0xF87C2D) is known color: Burnt Orange. HEX triplet: F8, 7C and 2D. RGB value is (248,124,45). Sum of RGB (Red+Green+Blue) = 248+124+45=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87C2D is #0783D2. Grayscale: #989898. Windows color (decimal): -492499 or 2981112. OLE color: 2981112.
HSL color Cylindrical-coordinate representation of color #F87C2D: hue angle of 23.35º 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 #F87C2D is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 45 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.03 |
| HSL | 23.35º | 0.94% | 0.57% | - |
| HSV(B) | 23.35º | 0.82% | 0.97% | - |
| XYZ | 46.39 | 34.56 | 6.71 | - |
| YUV | 152.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 45 | 0 | 0.5 | 0.82 | 0.03 | 23.35 | 0.94 | 0.57 |
| Hex | F8 | 7C | 2D | 0 | 32 | 52 | 3 | 17 | 5E | 39 |
| Octal | 370 | 174 | 55 | 0 | 62 | 122 | 3 | 27 | 136 | 71 |
| Binary | 11111000 | 1111100 | 101101 | 0 | 110010 | 1010010 | 11 | 10111 | 1011110 | 111001 |
Color Harmonies of #F87C2D
Complementary color
Monochromatic Colors of #F87C2D
Black with #F87C2D
Text Example
Text Example
White with #F87C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C2D; }
p { color: rgb(248,124,45); }
H1.HeaderClassName
{
color: #F87C2D;
}
.AnyTagClassName
{
color: #F87C2D;
}
</style>
background-color css
<style>
a { background-color: #F87C2D; }
a { background-color: rgb(248,124,45); }
div.DivClassName
{
background-color: #F87C2D;
}
.BgClassName
{
background-color: #F87C2D;
}
</style>
border-color css
<style>
span { border-color: #F87C2D; }
span { border-color: rgb(248,124,45); }
td.TdClassName
{
border-color: #F87C2D;
}
.TagClassName
{
border-color: #F87C2D;
}
</style>