Shades of Burnt Orange #F4742B
Tints of Burnt Orange #F4742B
RGB
CMYK
RGB Variations
Color information
#F4742B (or 0xF4742B) is known color: Burnt Orange. HEX triplet: F4, 74 and 2B. RGB value is (244,116,43). Sum of RGB (Red+Green+Blue) = 244+116+43=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4742B is #0B8BD4. Grayscale: #929292. Windows color (decimal): -756693 or 2847988. OLE color: 2847988.
HSL color Cylindrical-coordinate representation of color #F4742B: hue angle of 21.79º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4742B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.04 |
| HSL | 21.79º | 0.9% | 0.56% | - |
| HSV(B) | 21.79º | 0.82% | 0.96% | - |
| XYZ | 43.99 | 31.9 | 6.12 | - |
| YUV | 145.95 | 69.91 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 43 | 0 | 0.52 | 0.82 | 0.04 | 21.79 | 0.9 | 0.56 |
| Hex | F4 | 74 | 2B | 0 | 34 | 52 | 4 | 16 | 5A | 38 |
| Octal | 364 | 164 | 53 | 0 | 64 | 122 | 4 | 26 | 132 | 70 |
| Binary | 11110100 | 1110100 | 101011 | 0 | 110100 | 1010010 | 100 | 10110 | 1011010 | 111000 |
Color Harmonies of #F4742B
Complementary color
Monochromatic Colors of #F4742B
Black with #F4742B
Text Example
Text Example
White with #F4742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4742B; }
p { color: rgb(244,116,43); }
H1.HeaderClassName
{
color: #F4742B;
}
.AnyTagClassName
{
color: #F4742B;
}
</style>
background-color css
<style>
a { background-color: #F4742B; }
a { background-color: rgb(244,116,43); }
div.DivClassName
{
background-color: #F4742B;
}
.BgClassName
{
background-color: #F4742B;
}
</style>
border-color css
<style>
span { border-color: #F4742B; }
span { border-color: rgb(244,116,43); }
td.TdClassName
{
border-color: #F4742B;
}
.TagClassName
{
border-color: #F4742B;
}
</style>