Shades of Burnt Orange #F06F3C
Tints of Burnt Orange #F06F3C
RGB
CMYK
RGB Variations
Color information
#F06F3C (or 0xF06F3C) is known color: Burnt Orange. HEX triplet: F0, 6F and 3C. RGB value is (240,111,60). Sum of RGB (Red+Green+Blue) = 240+111+60=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F3C is #0F90C3. Grayscale: #909090. Windows color (decimal): -1020100 or 3960816. OLE color: 3960816.
HSL color Cylindrical-coordinate representation of color #F06F3C: hue angle of 17º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F06F3C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 60 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.06 |
| HSL | 17º | 0.86% | 0.59% | - |
| HSV(B) | 17º | 0.75% | 0.94% | - |
| XYZ | 42.44 | 30.22 | 7.87 | - |
| YUV | 143.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 60 | 0 | 0.54 | 0.75 | 0.06 | 17 | 0.86 | 0.59 |
| Hex | F0 | 6F | 3C | 0 | 36 | 4B | 6 | 11 | 56 | 3B |
| Octal | 360 | 157 | 74 | 0 | 66 | 113 | 6 | 21 | 126 | 73 |
| Binary | 11110000 | 1101111 | 111100 | 0 | 110110 | 1001011 | 110 | 10001 | 1010110 | 111011 |
Color Harmonies of #F06F3C
Complementary color
Monochromatic Colors of #F06F3C
Black with #F06F3C
Text Example
Text Example
White with #F06F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F3C; }
p { color: rgb(240,111,60); }
H1.HeaderClassName
{
color: #F06F3C;
}
.AnyTagClassName
{
color: #F06F3C;
}
</style>
background-color css
<style>
a { background-color: #F06F3C; }
a { background-color: rgb(240,111,60); }
div.DivClassName
{
background-color: #F06F3C;
}
.BgClassName
{
background-color: #F06F3C;
}
</style>
border-color css
<style>
span { border-color: #F06F3C; }
span { border-color: rgb(240,111,60); }
td.TdClassName
{
border-color: #F06F3C;
}
.TagClassName
{
border-color: #F06F3C;
}
</style>