Shades of Burnt Orange #F87F30
Tints of Burnt Orange #F87F30
RGB
CMYK
RGB Variations
Color information
#F87F30 (or 0xF87F30) is known color: Burnt Orange. HEX triplet: F8, 7F and 30. RGB value is (248,127,48). Sum of RGB (Red+Green+Blue) = 248+127+48=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F30 is #0780CF. Grayscale: #9A9A9A. Windows color (decimal): -491728 or 3178488. OLE color: 3178488.
HSL color Cylindrical-coordinate representation of color #F87F30: hue angle of 23.7º degrees, saturation: 0.93, 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 #F87F30 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 48 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.03 |
| HSL | 23.7º | 0.93% | 0.58% | - |
| HSV(B) | 23.7º | 0.81% | 0.97% | - |
| XYZ | 46.83 | 35.35 | 7.15 | - |
| YUV | 154.17 | 68.09 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 48 | 0 | 0.49 | 0.81 | 0.03 | 23.7 | 0.93 | 0.58 |
| Hex | F8 | 7F | 30 | 0 | 31 | 51 | 3 | 18 | 5D | 3A |
| Octal | 370 | 177 | 60 | 0 | 61 | 121 | 3 | 30 | 135 | 72 |
| Binary | 11111000 | 1111111 | 110000 | 0 | 110001 | 1010001 | 11 | 11000 | 1011101 | 111010 |
Color Harmonies of #F87F30
Complementary color
Monochromatic Colors of #F87F30
Black with #F87F30
Text Example
Text Example
White with #F87F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F30; }
p { color: rgb(248,127,48); }
H1.HeaderClassName
{
color: #F87F30;
}
.AnyTagClassName
{
color: #F87F30;
}
</style>
background-color css
<style>
a { background-color: #F87F30; }
a { background-color: rgb(248,127,48); }
div.DivClassName
{
background-color: #F87F30;
}
.BgClassName
{
background-color: #F87F30;
}
</style>
border-color css
<style>
span { border-color: #F87F30; }
span { border-color: rgb(248,127,48); }
td.TdClassName
{
border-color: #F87F30;
}
.TagClassName
{
border-color: #F87F30;
}
</style>