Shades of Burnt Orange #F06326
Tints of Burnt Orange #F06326
RGB
CMYK
RGB Variations
Color information
#F06326 (or 0xF06326) is known color: Burnt Orange. HEX triplet: F0, 63 and 26. RGB value is (240,99,38). Sum of RGB (Red+Green+Blue) = 240+99+38=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F06326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06326 is #0F9CD9. Grayscale: #868686. Windows color (decimal): -1023194 or 2515952. OLE color: 2515952.
HSL color Cylindrical-coordinate representation of color #F06326: hue angle of 18.12º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F06326 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 38 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.06 |
| HSL | 18.12º | 0.87% | 0.55% | - |
| HSV(B) | 18.12º | 0.84% | 0.94% | - |
| XYZ | 40.75 | 27.59 | 5.01 | - |
| YUV | 134.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 38 | 0 | 0.59 | 0.84 | 0.06 | 18.12 | 0.87 | 0.55 |
| Hex | F0 | 63 | 26 | 0 | 3B | 54 | 6 | 12 | 57 | 37 |
| Octal | 360 | 143 | 46 | 0 | 73 | 124 | 6 | 22 | 127 | 67 |
| Binary | 11110000 | 1100011 | 100110 | 0 | 111011 | 1010100 | 110 | 10010 | 1010111 | 110111 |
Color Harmonies of #F06326
Complementary color
Monochromatic Colors of #F06326
Black with #F06326
Text Example
Text Example
White with #F06326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06326; }
p { color: rgb(240,99,38); }
H1.HeaderClassName
{
color: #F06326;
}
.AnyTagClassName
{
color: #F06326;
}
</style>
background-color css
<style>
a { background-color: #F06326; }
a { background-color: rgb(240,99,38); }
div.DivClassName
{
background-color: #F06326;
}
.BgClassName
{
background-color: #F06326;
}
</style>
border-color css
<style>
span { border-color: #F06326; }
span { border-color: rgb(240,99,38); }
td.TdClassName
{
border-color: #F06326;
}
.TagClassName
{
border-color: #F06326;
}
</style>