Shades of Burnt Orange #F06523
Tints of Burnt Orange #F06523
RGB
CMYK
RGB Variations
Color information
#F06523 (or 0xF06523) is known color: Burnt Orange. HEX triplet: F0, 65 and 23. RGB value is (240,101,35). Sum of RGB (Red+Green+Blue) = 240+101+35=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06523 is #0F9ADC. Grayscale: #878787. Windows color (decimal): -1022685 or 2319856. OLE color: 2319856.
HSL color Cylindrical-coordinate representation of color #F06523: hue angle of 19.32º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F06523 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 35 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.06 |
| HSL | 19.32º | 0.87% | 0.54% | - |
| HSV(B) | 19.32º | 0.85% | 0.94% | - |
| XYZ | 40.89 | 27.95 | 4.83 | - |
| YUV | 135.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 35 | 0 | 0.58 | 0.85 | 0.06 | 19.32 | 0.87 | 0.54 |
| Hex | F0 | 65 | 23 | 0 | 3A | 55 | 6 | 13 | 57 | 36 |
| Octal | 360 | 145 | 43 | 0 | 72 | 125 | 6 | 23 | 127 | 66 |
| Binary | 11110000 | 1100101 | 100011 | 0 | 111010 | 1010101 | 110 | 10011 | 1010111 | 110110 |
Color Harmonies of #F06523
Complementary color
Monochromatic Colors of #F06523
Black with #F06523
Text Example
Text Example
White with #F06523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06523; }
p { color: rgb(240,101,35); }
H1.HeaderClassName
{
color: #F06523;
}
.AnyTagClassName
{
color: #F06523;
}
</style>
background-color css
<style>
a { background-color: #F06523; }
a { background-color: rgb(240,101,35); }
div.DivClassName
{
background-color: #F06523;
}
.BgClassName
{
background-color: #F06523;
}
</style>
border-color css
<style>
span { border-color: #F06523; }
span { border-color: rgb(240,101,35); }
td.TdClassName
{
border-color: #F06523;
}
.TagClassName
{
border-color: #F06523;
}
</style>