Shades of Burnt Orange #F87B2E
Tints of Burnt Orange #F87B2E
RGB
CMYK
RGB Variations
Color information
#F87B2E (or 0xF87B2E) is known color: Burnt Orange. HEX triplet: F8, 7B and 2E. RGB value is (248,123,46). Sum of RGB (Red+Green+Blue) = 248+123+46=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87B2E is #0784D1. Grayscale: #989898. Windows color (decimal): -492754 or 3046392. OLE color: 3046392.
HSL color Cylindrical-coordinate representation of color #F87B2E: hue angle of 22.87º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F87B2E is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 46 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.03 |
| HSL | 22.87º | 0.94% | 0.58% | - |
| HSV(B) | 22.87º | 0.81% | 0.97% | - |
| XYZ | 46.29 | 34.32 | 6.77 | - |
| YUV | 151.6 | 68.41 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 46 | 0 | 0.50 | 0.81 | 0.03 | 22.87 | 0.94 | 0.58 |
| Hex | F8 | 7B | 2E | 0 | 32 | 51 | 3 | 17 | 5E | 3A |
| Octal | 370 | 173 | 56 | 0 | 62 | 121 | 3 | 27 | 136 | 72 |
| Binary | 11111000 | 1111011 | 101110 | 0 | 110010 | 1010001 | 11 | 10111 | 1011110 | 111010 |
Color Harmonies of #F87B2E
Complementary color
Monochromatic Colors of #F87B2E
Black with #F87B2E
Text Example
Text Example
White with #F87B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B2E; }
p { color: rgb(248,123,46); }
H1.HeaderClassName
{
color: #F87B2E;
}
.AnyTagClassName
{
color: #F87B2E;
}
</style>
background-color css
<style>
a { background-color: #F87B2E; }
a { background-color: rgb(248,123,46); }
div.DivClassName
{
background-color: #F87B2E;
}
.BgClassName
{
background-color: #F87B2E;
}
</style>
border-color css
<style>
span { border-color: #F87B2E; }
span { border-color: rgb(248,123,46); }
td.TdClassName
{
border-color: #F87B2E;
}
.TagClassName
{
border-color: #F87B2E;
}
</style>