Shades of Burnt Orange #F0742B
Tints of Burnt Orange #F0742B
RGB
CMYK
RGB Variations
Color information
#F0742B (or 0xF0742B) is known color: Burnt Orange. HEX triplet: F0, 74 and 2B. RGB value is (240,116,43). Sum of RGB (Red+Green+Blue) = 240+116+43=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0742B is #0F8BD4. Grayscale: #919191. Windows color (decimal): -1018837 or 2847984. OLE color: 2847984.
HSL color Cylindrical-coordinate representation of color #F0742B: hue angle of 22.23º 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 #F0742B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.06 |
| HSL | 22.23º | 0.87% | 0.55% | - |
| HSV(B) | 22.23º | 0.82% | 0.94% | - |
| XYZ | 42.62 | 31.19 | 6.06 | - |
| YUV | 144.75 | 70.58 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 43 | 0 | 0.52 | 0.82 | 0.06 | 22.23 | 0.87 | 0.55 |
| Hex | F0 | 74 | 2B | 0 | 34 | 52 | 6 | 16 | 57 | 37 |
| Octal | 360 | 164 | 53 | 0 | 64 | 122 | 6 | 26 | 127 | 67 |
| Binary | 11110000 | 1110100 | 101011 | 0 | 110100 | 1010010 | 110 | 10110 | 1010111 | 110111 |
Color Harmonies of #F0742B
Complementary color
Monochromatic Colors of #F0742B
Black with #F0742B
Text Example
Text Example
White with #F0742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0742B; }
p { color: rgb(240,116,43); }
H1.HeaderClassName
{
color: #F0742B;
}
.AnyTagClassName
{
color: #F0742B;
}
</style>
background-color css
<style>
a { background-color: #F0742B; }
a { background-color: rgb(240,116,43); }
div.DivClassName
{
background-color: #F0742B;
}
.BgClassName
{
background-color: #F0742B;
}
</style>
border-color css
<style>
span { border-color: #F0742B; }
span { border-color: rgb(240,116,43); }
td.TdClassName
{
border-color: #F0742B;
}
.TagClassName
{
border-color: #F0742B;
}
</style>