Shades of Burnt Orange #F47C32
Tints of Burnt Orange #F47C32
RGB
CMYK
RGB Variations
Color information
#F47C32 (or 0xF47C32) is known color: Burnt Orange. HEX triplet: F4, 7C and 32. RGB value is (244,124,50). Sum of RGB (Red+Green+Blue) = 244+124+50=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47C32 is #0B83CD. Grayscale: #979797. Windows color (decimal): -754638 or 3308788. OLE color: 3308788.
HSL color Cylindrical-coordinate representation of color #F47C32: hue angle of 22.89º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F47C32 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 50 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.04 |
| HSL | 22.89º | 0.9% | 0.58% | - |
| HSV(B) | 22.89º | 0.8% | 0.96% | - |
| XYZ | 45.09 | 33.88 | 7.18 | - |
| YUV | 151.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 50 | 0 | 0.49 | 0.80 | 0.04 | 22.89 | 0.9 | 0.58 |
| Hex | F4 | 7C | 32 | 0 | 31 | 50 | 4 | 17 | 5A | 3A |
| Octal | 364 | 174 | 62 | 0 | 61 | 120 | 4 | 27 | 132 | 72 |
| Binary | 11110100 | 1111100 | 110010 | 0 | 110001 | 1010000 | 100 | 10111 | 1011010 | 111010 |
Color Harmonies of #F47C32
Complementary color
Monochromatic Colors of #F47C32
Black with #F47C32
Text Example
Text Example
White with #F47C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C32; }
p { color: rgb(244,124,50); }
H1.HeaderClassName
{
color: #F47C32;
}
.AnyTagClassName
{
color: #F47C32;
}
</style>
background-color css
<style>
a { background-color: #F47C32; }
a { background-color: rgb(244,124,50); }
div.DivClassName
{
background-color: #F47C32;
}
.BgClassName
{
background-color: #F47C32;
}
</style>
border-color css
<style>
span { border-color: #F47C32; }
span { border-color: rgb(244,124,50); }
td.TdClassName
{
border-color: #F47C32;
}
.TagClassName
{
border-color: #F47C32;
}
</style>