Shades of Burnt Orange #F47C2F
Tints of Burnt Orange #F47C2F
RGB
CMYK
RGB Variations
Color information
#F47C2F (or 0xF47C2F) is known color: Burnt Orange. HEX triplet: F4, 7C and 2F. RGB value is (244,124,47). Sum of RGB (Red+Green+Blue) = 244+124+47=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47C2F is #0B83D0. Grayscale: #979797. Windows color (decimal): -754641 or 3112180. OLE color: 3112180.
HSL color Cylindrical-coordinate representation of color #F47C2F: hue angle of 23.45º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F47C2F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 47 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.04 |
| HSL | 23.45º | 0.9% | 0.57% | - |
| HSV(B) | 23.45º | 0.81% | 0.96% | - |
| XYZ | 45.03 | 33.85 | 6.85 | - |
| YUV | 151.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 47 | 0 | 0.49 | 0.81 | 0.04 | 23.45 | 0.9 | 0.57 |
| Hex | F4 | 7C | 2F | 0 | 31 | 51 | 4 | 17 | 5A | 39 |
| Octal | 364 | 174 | 57 | 0 | 61 | 121 | 4 | 27 | 132 | 71 |
| Binary | 11110100 | 1111100 | 101111 | 0 | 110001 | 1010001 | 100 | 10111 | 1011010 | 111001 |
Color Harmonies of #F47C2F
Complementary color
Monochromatic Colors of #F47C2F
Black with #F47C2F
Text Example
Text Example
White with #F47C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C2F; }
p { color: rgb(244,124,47); }
H1.HeaderClassName
{
color: #F47C2F;
}
.AnyTagClassName
{
color: #F47C2F;
}
</style>
background-color css
<style>
a { background-color: #F47C2F; }
a { background-color: rgb(244,124,47); }
div.DivClassName
{
background-color: #F47C2F;
}
.BgClassName
{
background-color: #F47C2F;
}
</style>
border-color css
<style>
span { border-color: #F47C2F; }
span { border-color: rgb(244,124,47); }
td.TdClassName
{
border-color: #F47C2F;
}
.TagClassName
{
border-color: #F47C2F;
}
</style>