Shades of Burnt Orange #F4742D
Tints of Burnt Orange #F4742D
RGB
CMYK
RGB Variations
Color information
#F4742D (or 0xF4742D) is known color: Burnt Orange. HEX triplet: F4, 74 and 2D. RGB value is (244,116,45). Sum of RGB (Red+Green+Blue) = 244+116+45=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4742D is #0B8BD2. Grayscale: #929292. Windows color (decimal): -756691 or 2979060. OLE color: 2979060.
HSL color Cylindrical-coordinate representation of color #F4742D: hue angle of 21.41º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4742D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.04 |
| HSL | 21.41º | 0.9% | 0.57% | - |
| HSV(B) | 21.41º | 0.82% | 0.96% | - |
| XYZ | 44.03 | 31.91 | 6.32 | - |
| YUV | 146.18 | 70.91 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 45 | 0 | 0.52 | 0.82 | 0.04 | 21.41 | 0.9 | 0.57 |
| Hex | F4 | 74 | 2D | 0 | 34 | 52 | 4 | 15 | 5A | 39 |
| Octal | 364 | 164 | 55 | 0 | 64 | 122 | 4 | 25 | 132 | 71 |
| Binary | 11110100 | 1110100 | 101101 | 0 | 110100 | 1010010 | 100 | 10101 | 1011010 | 111001 |
Color Harmonies of #F4742D
Complementary color
Monochromatic Colors of #F4742D
Black with #F4742D
Text Example
Text Example
White with #F4742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4742D; }
p { color: rgb(244,116,45); }
H1.HeaderClassName
{
color: #F4742D;
}
.AnyTagClassName
{
color: #F4742D;
}
</style>
background-color css
<style>
a { background-color: #F4742D; }
a { background-color: rgb(244,116,45); }
div.DivClassName
{
background-color: #F4742D;
}
.BgClassName
{
background-color: #F4742D;
}
</style>
border-color css
<style>
span { border-color: #F4742D; }
span { border-color: rgb(244,116,45); }
td.TdClassName
{
border-color: #F4742D;
}
.TagClassName
{
border-color: #F4742D;
}
</style>