Shades of Burnt Orange #F46A2C
Tints of Burnt Orange #F46A2C
RGB
CMYK
RGB Variations
Color information
#F46A2C (or 0xF46A2C) is known color: Burnt Orange. HEX triplet: F4, 6A and 2C. RGB value is (244,106,44). Sum of RGB (Red+Green+Blue) = 244+106+44=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46A2C is #0B95D3. Grayscale: #8C8C8C. Windows color (decimal): -759252 or 2910964. OLE color: 2910964.
HSL color Cylindrical-coordinate representation of color #F46A2C: hue angle of 18.6º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F46A2C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 106 | 44 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.04 |
| HSL | 18.6º | 0.9% | 0.56% | - |
| HSV(B) | 18.6º | 0.82% | 0.96% | - |
| XYZ | 42.92 | 29.72 | 5.86 | - |
| YUV | 140.19 | 73.72 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 106 | 44 | 0 | 0.57 | 0.82 | 0.04 | 18.6 | 0.9 | 0.56 |
| Hex | F4 | 6A | 2C | 0 | 39 | 52 | 4 | 13 | 5A | 38 |
| Octal | 364 | 152 | 54 | 0 | 71 | 122 | 4 | 23 | 132 | 70 |
| Binary | 11110100 | 1101010 | 101100 | 0 | 111001 | 1010010 | 100 | 10011 | 1011010 | 111000 |
Color Harmonies of #F46A2C
Complementary color
Monochromatic Colors of #F46A2C
Black with #F46A2C
Text Example
Text Example
White with #F46A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46A2C; }
p { color: rgb(244,106,44); }
H1.HeaderClassName
{
color: #F46A2C;
}
.AnyTagClassName
{
color: #F46A2C;
}
</style>
background-color css
<style>
a { background-color: #F46A2C; }
a { background-color: rgb(244,106,44); }
div.DivClassName
{
background-color: #F46A2C;
}
.BgClassName
{
background-color: #F46A2C;
}
</style>
border-color css
<style>
span { border-color: #F46A2C; }
span { border-color: rgb(244,106,44); }
td.TdClassName
{
border-color: #F46A2C;
}
.TagClassName
{
border-color: #F46A2C;
}
</style>