Shades of Burnt Orange #F87A2C
Tints of Burnt Orange #F87A2C
RGB
CMYK
RGB Variations
Color information
#F87A2C (or 0xF87A2C) is known color: Burnt Orange. HEX triplet: F8, 7A and 2C. RGB value is (248,122,44). Sum of RGB (Red+Green+Blue) = 248+122+44=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87A2C is #0785D3. Grayscale: #979797. Windows color (decimal): -493012 or 2915064. OLE color: 2915064.
HSL color Cylindrical-coordinate representation of color #F87A2C: hue angle of 22.94º 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 #F87A2C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 44 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.03 |
| HSL | 22.94º | 0.94% | 0.57% | - |
| HSV(B) | 22.94º | 0.82% | 0.97% | - |
| XYZ | 46.13 | 34.06 | 6.53 | - |
| YUV | 150.78 | 67.74 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 44 | 0 | 0.51 | 0.82 | 0.03 | 22.94 | 0.94 | 0.57 |
| Hex | F8 | 7A | 2C | 0 | 33 | 52 | 3 | 17 | 5E | 39 |
| Octal | 370 | 172 | 54 | 0 | 63 | 122 | 3 | 27 | 136 | 71 |
| Binary | 11111000 | 1111010 | 101100 | 0 | 110011 | 1010010 | 11 | 10111 | 1011110 | 111001 |
Color Harmonies of #F87A2C
Complementary color
Monochromatic Colors of #F87A2C
Black with #F87A2C
Text Example
Text Example
White with #F87A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A2C; }
p { color: rgb(248,122,44); }
H1.HeaderClassName
{
color: #F87A2C;
}
.AnyTagClassName
{
color: #F87A2C;
}
</style>
background-color css
<style>
a { background-color: #F87A2C; }
a { background-color: rgb(248,122,44); }
div.DivClassName
{
background-color: #F87A2C;
}
.BgClassName
{
background-color: #F87A2C;
}
</style>
border-color css
<style>
span { border-color: #F87A2C; }
span { border-color: rgb(248,122,44); }
td.TdClassName
{
border-color: #F87A2C;
}
.TagClassName
{
border-color: #F87A2C;
}
</style>