Shades of Burnt Orange #F06428
Tints of Burnt Orange #F06428
RGB
CMYK
RGB Variations
Color information
#F06428 (or 0xF06428) is known color: Burnt Orange. HEX triplet: F0, 64 and 28. RGB value is (240,100,40). Sum of RGB (Red+Green+Blue) = 240+100+40=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F06428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06428 is #0F9BD7. Grayscale: #878787. Windows color (decimal): -1022936 or 2647280. OLE color: 2647280.
HSL color Cylindrical-coordinate representation of color #F06428: hue angle of 18º 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 #F06428 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 40 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.06 |
| HSL | 18º | 0.87% | 0.55% | - |
| HSV(B) | 18º | 0.83% | 0.94% | - |
| XYZ | 40.88 | 27.79 | 5.22 | - |
| YUV | 135.02 | 74.38 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 40 | 0 | 0.58 | 0.83 | 0.06 | 18 | 0.87 | 0.55 |
| Hex | F0 | 64 | 28 | 0 | 3A | 53 | 6 | 12 | 57 | 37 |
| Octal | 360 | 144 | 50 | 0 | 72 | 123 | 6 | 22 | 127 | 67 |
| Binary | 11110000 | 1100100 | 101000 | 0 | 111010 | 1010011 | 110 | 10010 | 1010111 | 110111 |
Color Harmonies of #F06428
Complementary color
Monochromatic Colors of #F06428
Black with #F06428
Text Example
Text Example
White with #F06428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06428; }
p { color: rgb(240,100,40); }
H1.HeaderClassName
{
color: #F06428;
}
.AnyTagClassName
{
color: #F06428;
}
</style>
background-color css
<style>
a { background-color: #F06428; }
a { background-color: rgb(240,100,40); }
div.DivClassName
{
background-color: #F06428;
}
.BgClassName
{
background-color: #F06428;
}
</style>
border-color css
<style>
span { border-color: #F06428; }
span { border-color: rgb(240,100,40); }
td.TdClassName
{
border-color: #F06428;
}
.TagClassName
{
border-color: #F06428;
}
</style>