Shades of Burnt Orange #F47127
Tints of Burnt Orange #F47127
RGB
CMYK
RGB Variations
Color information
#F47127 (or 0xF47127) is known color: Burnt Orange. HEX triplet: F4, 71 and 27. RGB value is (244,113,39). Sum of RGB (Red+Green+Blue) = 244+113+39=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F47127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47127 is #0B8ED8. Grayscale: #909090. Windows color (decimal): -757465 or 2585076. OLE color: 2585076.
HSL color Cylindrical-coordinate representation of color #F47127: hue angle of 21.66º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F47127 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 39 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.04 |
| HSL | 21.66º | 0.9% | 0.55% | - |
| HSV(B) | 21.66º | 0.84% | 0.96% | - |
| XYZ | 43.58 | 31.19 | 5.64 | - |
| YUV | 143.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 39 | 0 | 0.54 | 0.84 | 0.04 | 21.66 | 0.9 | 0.55 |
| Hex | F4 | 71 | 27 | 0 | 36 | 54 | 4 | 16 | 5A | 37 |
| Octal | 364 | 161 | 47 | 0 | 66 | 124 | 4 | 26 | 132 | 67 |
| Binary | 11110100 | 1110001 | 100111 | 0 | 110110 | 1010100 | 100 | 10110 | 1011010 | 110111 |
Color Harmonies of #F47127
Complementary color
Monochromatic Colors of #F47127
Black with #F47127
Text Example
Text Example
White with #F47127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47127; }
p { color: rgb(244,113,39); }
H1.HeaderClassName
{
color: #F47127;
}
.AnyTagClassName
{
color: #F47127;
}
</style>
background-color css
<style>
a { background-color: #F47127; }
a { background-color: rgb(244,113,39); }
div.DivClassName
{
background-color: #F47127;
}
.BgClassName
{
background-color: #F47127;
}
</style>
border-color css
<style>
span { border-color: #F47127; }
span { border-color: rgb(244,113,39); }
td.TdClassName
{
border-color: #F47127;
}
.TagClassName
{
border-color: #F47127;
}
</style>