Shades of Burnt Orange #F46F32
Tints of Burnt Orange #F46F32
RGB
CMYK
RGB Variations
Color information
#F46F32 (or 0xF46F32) is known color: Burnt Orange. HEX triplet: F4, 6F and 32. RGB value is (244,111,50). Sum of RGB (Red+Green+Blue) = 244+111+50=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46F32 is #0B90CD. Grayscale: #909090. Windows color (decimal): -757966 or 3305460. OLE color: 3305460.
HSL color Cylindrical-coordinate representation of color #F46F32: hue angle of 18.87º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F46F32 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 111 | 50 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.04 |
| HSL | 18.87º | 0.9% | 0.58% | - |
| HSV(B) | 18.87º | 0.8% | 0.96% | - |
| XYZ | 43.57 | 30.83 | 6.67 | - |
| YUV | 143.81 | 75.06 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 111 | 50 | 0 | 0.55 | 0.80 | 0.04 | 18.87 | 0.9 | 0.58 |
| Hex | F4 | 6F | 32 | 0 | 37 | 50 | 4 | 13 | 5A | 3A |
| Octal | 364 | 157 | 62 | 0 | 67 | 120 | 4 | 23 | 132 | 72 |
| Binary | 11110100 | 1101111 | 110010 | 0 | 110111 | 1010000 | 100 | 10011 | 1011010 | 111010 |
Color Harmonies of #F46F32
Complementary color
Monochromatic Colors of #F46F32
Black with #F46F32
Text Example
Text Example
White with #F46F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46F32; }
p { color: rgb(244,111,50); }
H1.HeaderClassName
{
color: #F46F32;
}
.AnyTagClassName
{
color: #F46F32;
}
</style>
background-color css
<style>
a { background-color: #F46F32; }
a { background-color: rgb(244,111,50); }
div.DivClassName
{
background-color: #F46F32;
}
.BgClassName
{
background-color: #F46F32;
}
</style>
border-color css
<style>
span { border-color: #F46F32; }
span { border-color: rgb(244,111,50); }
td.TdClassName
{
border-color: #F46F32;
}
.TagClassName
{
border-color: #F46F32;
}
</style>