Shades of Burnt Orange #F47C34
Tints of Burnt Orange #F47C34
RGB
CMYK
RGB Variations
Color information
#F47C34 (or 0xF47C34) is known color: Burnt Orange. HEX triplet: F4, 7C and 34. RGB value is (244,124,52). Sum of RGB (Red+Green+Blue) = 244+124+52=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47C34 is #0B83CB. Grayscale: #989898. Windows color (decimal): -754636 or 3439860. OLE color: 3439860.
HSL color Cylindrical-coordinate representation of color #F47C34: hue angle of 22.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F47C34 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 52 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.04 |
| HSL | 22.5º | 0.9% | 0.58% | - |
| HSV(B) | 22.5º | 0.79% | 0.96% | - |
| XYZ | 45.14 | 33.9 | 7.41 | - |
| YUV | 151.67 | 71.76 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 52 | 0 | 0.49 | 0.79 | 0.04 | 22.5 | 0.9 | 0.58 |
| Hex | F4 | 7C | 34 | 0 | 31 | 4F | 4 | 16 | 5A | 3A |
| Octal | 364 | 174 | 64 | 0 | 61 | 117 | 4 | 26 | 132 | 72 |
| Binary | 11110100 | 1111100 | 110100 | 0 | 110001 | 1001111 | 100 | 10110 | 1011010 | 111010 |
Color Harmonies of #F47C34
Complementary color
Monochromatic Colors of #F47C34
Black with #F47C34
Text Example
Text Example
White with #F47C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C34; }
p { color: rgb(244,124,52); }
H1.HeaderClassName
{
color: #F47C34;
}
.AnyTagClassName
{
color: #F47C34;
}
</style>
background-color css
<style>
a { background-color: #F47C34; }
a { background-color: rgb(244,124,52); }
div.DivClassName
{
background-color: #F47C34;
}
.BgClassName
{
background-color: #F47C34;
}
</style>
border-color css
<style>
span { border-color: #F47C34; }
span { border-color: rgb(244,124,52); }
td.TdClassName
{
border-color: #F47C34;
}
.TagClassName
{
border-color: #F47C34;
}
</style>