Shades of Burnt Orange #F4662C
Tints of Burnt Orange #F4662C
RGB
CMYK
RGB Variations
Color information
#F4662C (or 0xF4662C) is known color: Burnt Orange. HEX triplet: F4, 66 and 2C. RGB value is (244,102,44). Sum of RGB (Red+Green+Blue) = 244+102+44=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F4662C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4662C is #0B99D3. Grayscale: #8A8A8A. Windows color (decimal): -760276 or 2909940. OLE color: 2909940.
HSL color Cylindrical-coordinate representation of color #F4662C: hue angle of 17.4º 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 #F4662C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 44 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.04 |
| HSL | 17.4º | 0.9% | 0.56% | - |
| HSV(B) | 17.4º | 0.82% | 0.96% | - |
| XYZ | 42.51 | 28.92 | 5.72 | - |
| YUV | 137.85 | 75.04 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 44 | 0 | 0.58 | 0.82 | 0.04 | 17.4 | 0.9 | 0.56 |
| Hex | F4 | 66 | 2C | 0 | 3A | 52 | 4 | 11 | 5A | 38 |
| Octal | 364 | 146 | 54 | 0 | 72 | 122 | 4 | 21 | 132 | 70 |
| Binary | 11110100 | 1100110 | 101100 | 0 | 111010 | 1010010 | 100 | 10001 | 1011010 | 111000 |
Color Harmonies of #F4662C
Complementary color
Monochromatic Colors of #F4662C
Black with #F4662C
Text Example
Text Example
White with #F4662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4662C; }
p { color: rgb(244,102,44); }
H1.HeaderClassName
{
color: #F4662C;
}
.AnyTagClassName
{
color: #F4662C;
}
</style>
background-color css
<style>
a { background-color: #F4662C; }
a { background-color: rgb(244,102,44); }
div.DivClassName
{
background-color: #F4662C;
}
.BgClassName
{
background-color: #F4662C;
}
</style>
border-color css
<style>
span { border-color: #F4662C; }
span { border-color: rgb(244,102,44); }
td.TdClassName
{
border-color: #F4662C;
}
.TagClassName
{
border-color: #F4662C;
}
</style>