Shades of Burnt Orange #F06F28
Tints of Burnt Orange #F06F28
RGB
CMYK
RGB Variations
Color information
#F06F28 (or 0xF06F28) is known color: Burnt Orange. HEX triplet: F0, 6F and 28. RGB value is (240,111,40). Sum of RGB (Red+Green+Blue) = 240+111+40=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F28 is #0F90D7. Grayscale: #8D8D8D. Windows color (decimal): -1020120 or 2650096. OLE color: 2650096.
HSL color Cylindrical-coordinate representation of color #F06F28: hue angle of 21.3º 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 #F06F28 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 40 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.06 |
| HSL | 21.3º | 0.87% | 0.55% | - |
| HSV(B) | 21.3º | 0.83% | 0.94% | - |
| XYZ | 42 | 30.05 | 5.59 | - |
| YUV | 141.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 40 | 0 | 0.54 | 0.83 | 0.06 | 21.3 | 0.87 | 0.55 |
| Hex | F0 | 6F | 28 | 0 | 36 | 53 | 6 | 15 | 57 | 37 |
| Octal | 360 | 157 | 50 | 0 | 66 | 123 | 6 | 25 | 127 | 67 |
| Binary | 11110000 | 1101111 | 101000 | 0 | 110110 | 1010011 | 110 | 10101 | 1010111 | 110111 |
Color Harmonies of #F06F28
Complementary color
Monochromatic Colors of #F06F28
Black with #F06F28
Text Example
Text Example
White with #F06F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F28; }
p { color: rgb(240,111,40); }
H1.HeaderClassName
{
color: #F06F28;
}
.AnyTagClassName
{
color: #F06F28;
}
</style>
background-color css
<style>
a { background-color: #F06F28; }
a { background-color: rgb(240,111,40); }
div.DivClassName
{
background-color: #F06F28;
}
.BgClassName
{
background-color: #F06F28;
}
</style>
border-color css
<style>
span { border-color: #F06F28; }
span { border-color: rgb(240,111,40); }
td.TdClassName
{
border-color: #F06F28;
}
.TagClassName
{
border-color: #F06F28;
}
</style>