Shades of Burnt Orange #F87F2E
Tints of Burnt Orange #F87F2E
RGB
CMYK
RGB Variations
Color information
#F87F2E (or 0xF87F2E) is known color: Burnt Orange. HEX triplet: F8, 7F and 2E. RGB value is (248,127,46). Sum of RGB (Red+Green+Blue) = 248+127+46=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F2E is #0780D1. Grayscale: #9A9A9A. Windows color (decimal): -491730 or 3047416. OLE color: 3047416.
HSL color Cylindrical-coordinate representation of color #F87F2E: hue angle of 24.06º 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 #F87F2E is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 46 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.03 |
| HSL | 24.06º | 0.94% | 0.58% | - |
| HSV(B) | 24.06º | 0.81% | 0.97% | - |
| XYZ | 46.79 | 35.33 | 6.94 | - |
| YUV | 153.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 46 | 0 | 0.49 | 0.81 | 0.03 | 24.06 | 0.94 | 0.58 |
| Hex | F8 | 7F | 2E | 0 | 31 | 51 | 3 | 18 | 5E | 3A |
| Octal | 370 | 177 | 56 | 0 | 61 | 121 | 3 | 30 | 136 | 72 |
| Binary | 11111000 | 1111111 | 101110 | 0 | 110001 | 1010001 | 11 | 11000 | 1011110 | 111010 |
Color Harmonies of #F87F2E
Complementary color
Monochromatic Colors of #F87F2E
Black with #F87F2E
Text Example
Text Example
White with #F87F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F2E; }
p { color: rgb(248,127,46); }
H1.HeaderClassName
{
color: #F87F2E;
}
.AnyTagClassName
{
color: #F87F2E;
}
</style>
background-color css
<style>
a { background-color: #F87F2E; }
a { background-color: rgb(248,127,46); }
div.DivClassName
{
background-color: #F87F2E;
}
.BgClassName
{
background-color: #F87F2E;
}
</style>
border-color css
<style>
span { border-color: #F87F2E; }
span { border-color: rgb(248,127,46); }
td.TdClassName
{
border-color: #F87F2E;
}
.TagClassName
{
border-color: #F87F2E;
}
</style>