Shades of Burnt Orange #F4652A
Tints of Burnt Orange #F4652A
RGB
CMYK
RGB Variations
Color information
#F4652A (or 0xF4652A) is known color: Burnt Orange. HEX triplet: F4, 65 and 2A. RGB value is (244,101,42). Sum of RGB (Red+Green+Blue) = 244+101+42=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F4652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4652A is #0B9AD5. Grayscale: #898989. Windows color (decimal): -760534 or 2778612. OLE color: 2778612.
HSL color Cylindrical-coordinate representation of color #F4652A: hue angle of 17.52º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4652A is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 42 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.04 |
| HSL | 17.52º | 0.9% | 0.56% | - |
| HSV(B) | 17.52º | 0.83% | 0.96% | - |
| XYZ | 42.38 | 28.71 | 5.5 | - |
| YUV | 137.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 42 | 0 | 0.59 | 0.83 | 0.04 | 17.52 | 0.9 | 0.56 |
| Hex | F4 | 65 | 2A | 0 | 3B | 53 | 4 | 12 | 5A | 38 |
| Octal | 364 | 145 | 52 | 0 | 73 | 123 | 4 | 22 | 132 | 70 |
| Binary | 11110100 | 1100101 | 101010 | 0 | 111011 | 1010011 | 100 | 10010 | 1011010 | 111000 |
Color Harmonies of #F4652A
Complementary color
Monochromatic Colors of #F4652A
Black with #F4652A
Text Example
Text Example
White with #F4652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4652A; }
p { color: rgb(244,101,42); }
H1.HeaderClassName
{
color: #F4652A;
}
.AnyTagClassName
{
color: #F4652A;
}
</style>
background-color css
<style>
a { background-color: #F4652A; }
a { background-color: rgb(244,101,42); }
div.DivClassName
{
background-color: #F4652A;
}
.BgClassName
{
background-color: #F4652A;
}
</style>
border-color css
<style>
span { border-color: #F4652A; }
span { border-color: rgb(244,101,42); }
td.TdClassName
{
border-color: #F4652A;
}
.TagClassName
{
border-color: #F4652A;
}
</style>