Shades of Burnt Orange #F06D28
Tints of Burnt Orange #F06D28
RGB
CMYK
RGB Variations
Color information
#F06D28 (or 0xF06D28) is known color: Burnt Orange. HEX triplet: F0, 6D and 28. RGB value is (240,109,40). Sum of RGB (Red+Green+Blue) = 240+109+40=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D28 is #0F92D7. Grayscale: #8C8C8C. Windows color (decimal): -1020632 or 2649584. OLE color: 2649584.
HSL color Cylindrical-coordinate representation of color #F06D28: hue angle of 20.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F06D28 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 40 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.06 |
| HSL | 20.7º | 0.87% | 0.55% | - |
| HSV(B) | 20.7º | 0.83% | 0.94% | - |
| XYZ | 41.79 | 29.62 | 5.52 | - |
| YUV | 140.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 40 | 0 | 0.55 | 0.83 | 0.06 | 20.7 | 0.87 | 0.55 |
| Hex | F0 | 6D | 28 | 0 | 37 | 53 | 6 | 15 | 57 | 37 |
| Octal | 360 | 155 | 50 | 0 | 67 | 123 | 6 | 25 | 127 | 67 |
| Binary | 11110000 | 1101101 | 101000 | 0 | 110111 | 1010011 | 110 | 10101 | 1010111 | 110111 |
Color Harmonies of #F06D28
Complementary color
Monochromatic Colors of #F06D28
Black with #F06D28
Text Example
Text Example
White with #F06D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D28; }
p { color: rgb(240,109,40); }
H1.HeaderClassName
{
color: #F06D28;
}
.AnyTagClassName
{
color: #F06D28;
}
</style>
background-color css
<style>
a { background-color: #F06D28; }
a { background-color: rgb(240,109,40); }
div.DivClassName
{
background-color: #F06D28;
}
.BgClassName
{
background-color: #F06D28;
}
</style>
border-color css
<style>
span { border-color: #F06D28; }
span { border-color: rgb(240,109,40); }
td.TdClassName
{
border-color: #F06D28;
}
.TagClassName
{
border-color: #F06D28;
}
</style>