Shades of Burnt Orange #F87540
Tints of Burnt Orange #F87540
RGB
CMYK
RGB Variations
Color information
#F87540 (or 0xF87540) is known color: Burnt Orange. HEX triplet: F8, 75 and 40. RGB value is (248,117,64). Sum of RGB (Red+Green+Blue) = 248+117+64=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F87540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87540 is #078ABF. Grayscale: #969696. Windows color (decimal): -494272 or 4224504. OLE color: 4224504.
HSL color Cylindrical-coordinate representation of color #F87540: hue angle of 17.28º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F87540 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 64 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.03 |
| HSL | 17.28º | 0.93% | 0.61% | - |
| HSV(B) | 17.28º | 0.74% | 0.97% | - |
| XYZ | 46 | 33.05 | 8.81 | - |
| YUV | 150.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 64 | 0 | 0.53 | 0.74 | 0.03 | 17.28 | 0.93 | 0.61 |
| Hex | F8 | 75 | 40 | 0 | 35 | 4A | 3 | 11 | 5D | 3D |
| Octal | 370 | 165 | 100 | 0 | 65 | 112 | 3 | 21 | 135 | 75 |
| Binary | 11111000 | 1110101 | 1000000 | 0 | 110101 | 1001010 | 11 | 10001 | 1011101 | 111101 |
Color Harmonies of #F87540
Complementary color
Monochromatic Colors of #F87540
Black with #F87540
Text Example
Text Example
White with #F87540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87540; }
p { color: rgb(248,117,64); }
H1.HeaderClassName
{
color: #F87540;
}
.AnyTagClassName
{
color: #F87540;
}
</style>
background-color css
<style>
a { background-color: #F87540; }
a { background-color: rgb(248,117,64); }
div.DivClassName
{
background-color: #F87540;
}
.BgClassName
{
background-color: #F87540;
}
</style>
border-color css
<style>
span { border-color: #F87540; }
span { border-color: rgb(248,117,64); }
td.TdClassName
{
border-color: #F87540;
}
.TagClassName
{
border-color: #F87540;
}
</style>