Shades of Orange #F0A706
Tints of Orange #F0A706
RGB
CMYK
RGB Variations
Color information
#F0A706 (or 0xF0A706) is known color: Orange. HEX triplet: F0, A7 and 06. RGB value is (240,167,6). Sum of RGB (Red+Green+Blue) = 240+167+6=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A706 is #0F58F9. Grayscale: #ABABAB. Windows color (decimal): -1005818 or 436208. OLE color: 436208.
HSL color Cylindrical-coordinate representation of color #F0A706: hue angle of 41.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0A706 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 6 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.06 |
| HSL | 41.28º | 0.95% | 0.48% | - |
| HSV(B) | 41.28º | 0.98% | 0.94% | - |
| XYZ | 49.79 | 46.18 | 6.46 | - |
| YUV | 170.47 | 35.18 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 6 | 0 | 0.30 | 0.98 | 0.06 | 41.28 | 0.95 | 0.48 |
| Hex | F0 | A7 | 6 | 0 | 1E | 62 | 6 | 29 | 5F | 30 |
| Octal | 360 | 247 | 6 | 0 | 36 | 142 | 6 | 51 | 137 | 60 |
| Binary | 11110000 | 10100111 | 110 | 0 | 11110 | 1100010 | 110 | 101001 | 1011111 | 110000 |
Color Harmonies of #F0A706
Complementary color
Monochromatic Colors of #F0A706
Black with #F0A706
Text Example
Text Example
White with #F0A706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A706; }
p { color: rgb(240,167,6); }
H1.HeaderClassName
{
color: #F0A706;
}
.AnyTagClassName
{
color: #F0A706;
}
</style>
background-color css
<style>
a { background-color: #F0A706; }
a { background-color: rgb(240,167,6); }
div.DivClassName
{
background-color: #F0A706;
}
.BgClassName
{
background-color: #F0A706;
}
</style>
border-color css
<style>
span { border-color: #F0A706; }
span { border-color: rgb(240,167,6); }
td.TdClassName
{
border-color: #F0A706;
}
.TagClassName
{
border-color: #F0A706;
}
</style>