Shades of Burnt Orange #F47540
Tints of Burnt Orange #F47540
RGB
CMYK
RGB Variations
Color information
#F47540 (or 0xF47540) is known color: Burnt Orange. HEX triplet: F4, 75 and 40. RGB value is (244,117,64). Sum of RGB (Red+Green+Blue) = 244+117+64=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F47540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47540 is #0B8ABF. Grayscale: #959595. Windows color (decimal): -756416 or 4224500. OLE color: 4224500.
HSL color Cylindrical-coordinate representation of color #F47540: hue angle of 17.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F47540 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 64 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.04 |
| HSL | 17.67º | 0.89% | 0.6% | - |
| HSV(B) | 17.67º | 0.74% | 0.96% | - |
| XYZ | 44.59 | 32.33 | 8.74 | - |
| YUV | 148.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 64 | 0 | 0.52 | 0.74 | 0.04 | 17.67 | 0.89 | 0.6 |
| Hex | F4 | 75 | 40 | 0 | 34 | 4A | 4 | 12 | 59 | 3C |
| Octal | 364 | 165 | 100 | 0 | 64 | 112 | 4 | 22 | 131 | 74 |
| Binary | 11110100 | 1110101 | 1000000 | 0 | 110100 | 1001010 | 100 | 10010 | 1011001 | 111100 |
Color Harmonies of #F47540
Complementary color
Monochromatic Colors of #F47540
Black with #F47540
Text Example
Text Example
White with #F47540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47540; }
p { color: rgb(244,117,64); }
H1.HeaderClassName
{
color: #F47540;
}
.AnyTagClassName
{
color: #F47540;
}
</style>
background-color css
<style>
a { background-color: #F47540; }
a { background-color: rgb(244,117,64); }
div.DivClassName
{
background-color: #F47540;
}
.BgClassName
{
background-color: #F47540;
}
</style>
border-color css
<style>
span { border-color: #F47540; }
span { border-color: rgb(244,117,64); }
td.TdClassName
{
border-color: #F47540;
}
.TagClassName
{
border-color: #F47540;
}
</style>