Shades of Orange #F0A707
Tints of Orange #F0A707
RGB
CMYK
RGB Variations
Color information
#F0A707 (or 0xF0A707) is known color: Orange. HEX triplet: F0, A7 and 07. RGB value is (240,167,7). Sum of RGB (Red+Green+Blue) = 240+167+7=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A707 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A707 is #0F58F8. Grayscale: #ABABAB. Windows color (decimal): -1005817 or 501744. OLE color: 501744.
HSL color Cylindrical-coordinate representation of color #F0A707: hue angle of 41.2º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0A707 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.06 |
| HSL | 41.2º | 0.94% | 0.48% | - |
| HSV(B) | 41.2º | 0.97% | 0.94% | - |
| XYZ | 49.79 | 46.18 | 6.49 | - |
| YUV | 170.59 | 35.68 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 7 | 0 | 0.30 | 0.97 | 0.06 | 41.2 | 0.94 | 0.48 |
| Hex | F0 | A7 | 7 | 0 | 1E | 61 | 6 | 29 | 5E | 30 |
| Octal | 360 | 247 | 7 | 0 | 36 | 141 | 6 | 51 | 136 | 60 |
| Binary | 11110000 | 10100111 | 111 | 0 | 11110 | 1100001 | 110 | 101001 | 1011110 | 110000 |
Color Harmonies of #F0A707
Complementary color
Monochromatic Colors of #F0A707
Black with #F0A707
Text Example
Text Example
White with #F0A707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A707; }
p { color: rgb(240,167,7); }
H1.HeaderClassName
{
color: #F0A707;
}
.AnyTagClassName
{
color: #F0A707;
}
</style>
background-color css
<style>
a { background-color: #F0A707; }
a { background-color: rgb(240,167,7); }
div.DivClassName
{
background-color: #F0A707;
}
.BgClassName
{
background-color: #F0A707;
}
</style>
border-color css
<style>
span { border-color: #F0A707; }
span { border-color: rgb(240,167,7); }
td.TdClassName
{
border-color: #F0A707;
}
.TagClassName
{
border-color: #F0A707;
}
</style>