Shades of Burnt Orange #F0762B
Tints of Burnt Orange #F0762B
RGB
CMYK
RGB Variations
Color information
#F0762B (or 0xF0762B) is known color: Burnt Orange. HEX triplet: F0, 76 and 2B. RGB value is (240,118,43). Sum of RGB (Red+Green+Blue) = 240+118+43=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0762B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0762B is #0F89D4. Grayscale: #929292. Windows color (decimal): -1018325 or 2848496. OLE color: 2848496.
HSL color Cylindrical-coordinate representation of color #F0762B: hue angle of 22.84º 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 #F0762B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 43 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.06 |
| HSL | 22.84º | 0.87% | 0.55% | - |
| HSV(B) | 22.84º | 0.82% | 0.94% | - |
| XYZ | 42.85 | 31.66 | 6.14 | - |
| YUV | 145.93 | 69.92 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 43 | 0 | 0.51 | 0.82 | 0.06 | 22.84 | 0.87 | 0.55 |
| Hex | F0 | 76 | 2B | 0 | 33 | 52 | 6 | 17 | 57 | 37 |
| Octal | 360 | 166 | 53 | 0 | 63 | 122 | 6 | 27 | 127 | 67 |
| Binary | 11110000 | 1110110 | 101011 | 0 | 110011 | 1010010 | 110 | 10111 | 1010111 | 110111 |
Color Harmonies of #F0762B
Complementary color
Monochromatic Colors of #F0762B
Black with #F0762B
Text Example
Text Example
White with #F0762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0762B; }
p { color: rgb(240,118,43); }
H1.HeaderClassName
{
color: #F0762B;
}
.AnyTagClassName
{
color: #F0762B;
}
</style>
background-color css
<style>
a { background-color: #F0762B; }
a { background-color: rgb(240,118,43); }
div.DivClassName
{
background-color: #F0762B;
}
.BgClassName
{
background-color: #F0762B;
}
</style>
border-color css
<style>
span { border-color: #F0762B; }
span { border-color: rgb(240,118,43); }
td.TdClassName
{
border-color: #F0762B;
}
.TagClassName
{
border-color: #F0762B;
}
</style>