Shades of Burnt Orange #F0782B
Tints of Burnt Orange #F0782B
RGB
CMYK
RGB Variations
Color information
#F0782B (or 0xF0782B) is known color: Burnt Orange. HEX triplet: F0, 78 and 2B. RGB value is (240,120,43). Sum of RGB (Red+Green+Blue) = 240+120+43=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0782B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0782B is #0F87D4. Grayscale: #939393. Windows color (decimal): -1017813 or 2849008. OLE color: 2849008.
HSL color Cylindrical-coordinate representation of color #F0782B: hue angle of 23.45º 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 #F0782B is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 43 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.06 |
| HSL | 23.45º | 0.87% | 0.55% | - |
| HSV(B) | 23.45º | 0.82% | 0.94% | - |
| XYZ | 43.09 | 32.13 | 6.22 | - |
| YUV | 147.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 43 | 0 | 0.5 | 0.82 | 0.06 | 23.45 | 0.87 | 0.55 |
| Hex | F0 | 78 | 2B | 0 | 32 | 52 | 6 | 17 | 57 | 37 |
| Octal | 360 | 170 | 53 | 0 | 62 | 122 | 6 | 27 | 127 | 67 |
| Binary | 11110000 | 1111000 | 101011 | 0 | 110010 | 1010010 | 110 | 10111 | 1010111 | 110111 |
Color Harmonies of #F0782B
Complementary color
Monochromatic Colors of #F0782B
Black with #F0782B
Text Example
Text Example
White with #F0782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0782B; }
p { color: rgb(240,120,43); }
H1.HeaderClassName
{
color: #F0782B;
}
.AnyTagClassName
{
color: #F0782B;
}
</style>
background-color css
<style>
a { background-color: #F0782B; }
a { background-color: rgb(240,120,43); }
div.DivClassName
{
background-color: #F0782B;
}
.BgClassName
{
background-color: #F0782B;
}
</style>
border-color css
<style>
span { border-color: #F0782B; }
span { border-color: rgb(240,120,43); }
td.TdClassName
{
border-color: #F0782B;
}
.TagClassName
{
border-color: #F0782B;
}
</style>