Shades of Burnt Orange #F0762A
Tints of Burnt Orange #F0762A
RGB
CMYK
RGB Variations
Color information
#F0762A (or 0xF0762A) is known color: Burnt Orange. HEX triplet: F0, 76 and 2A. RGB value is (240,118,42). Sum of RGB (Red+Green+Blue) = 240+118+42=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0762A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0762A is #0F89D5. Grayscale: #929292. Windows color (decimal): -1018326 or 2782960. OLE color: 2782960.
HSL color Cylindrical-coordinate representation of color #F0762A: hue angle of 23.03º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0762A is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 42 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.06 |
| HSL | 23.03º | 0.87% | 0.55% | - |
| HSV(B) | 23.03º | 0.83% | 0.94% | - |
| XYZ | 42.83 | 31.65 | 6.04 | - |
| YUV | 145.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 42 | 0 | 0.51 | 0.82 | 0.06 | 23.03 | 0.87 | 0.55 |
| Hex | F0 | 76 | 2A | 0 | 33 | 52 | 6 | 17 | 57 | 37 |
| Octal | 360 | 166 | 52 | 0 | 63 | 122 | 6 | 27 | 127 | 67 |
| Binary | 11110000 | 1110110 | 101010 | 0 | 110011 | 1010010 | 110 | 10111 | 1010111 | 110111 |
Color Harmonies of #F0762A
Complementary color
Monochromatic Colors of #F0762A
Black with #F0762A
Text Example
Text Example
White with #F0762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0762A; }
p { color: rgb(240,118,42); }
H1.HeaderClassName
{
color: #F0762A;
}
.AnyTagClassName
{
color: #F0762A;
}
</style>
background-color css
<style>
a { background-color: #F0762A; }
a { background-color: rgb(240,118,42); }
div.DivClassName
{
background-color: #F0762A;
}
.BgClassName
{
background-color: #F0762A;
}
</style>
border-color css
<style>
span { border-color: #F0762A; }
span { border-color: rgb(240,118,42); }
td.TdClassName
{
border-color: #F0762A;
}
.TagClassName
{
border-color: #F0762A;
}
</style>