Shades of Orange #F0A700
Tints of Orange #F0A700
RGB
CMYK
RGB Variations
Color information
#F0A700 (or 0xF0A700) is known color: Orange. HEX triplet: F0, A7 and 00. RGB value is (240,167,0). Sum of RGB (Red+Green+Blue) = 240+167+0=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A700 is #0F58FF. Grayscale: #AAAAAA. Windows color (decimal): -1005824 or 42992. OLE color: 42992.
HSL color Cylindrical-coordinate representation of color #F0A700: hue angle of 41.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0A700 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.06 |
| HSL | 41.75º | 1% | 0.47% | - |
| HSV(B) | 41.75º | 1% | 0.94% | - |
| XYZ | 49.75 | 46.16 | 6.29 | - |
| YUV | 169.79 | 32.18 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 0 | 0 | 0.30 | 1 | 0.06 | 41.75 | 1 | 0.47 |
| Hex | F0 | A7 | 0 | 0 | 1E | 64 | 6 | 2A | 64 | 2F |
| Octal | 360 | 247 | 0 | 0 | 36 | 144 | 6 | 52 | 144 | 57 |
| Binary | 11110000 | 10100111 | 0 | 0 | 11110 | 1100100 | 110 | 101010 | 1100100 | 101111 |
Color Harmonies of #F0A700
Complementary color
Monochromatic Colors of #F0A700
Black with #F0A700
Text Example
Text Example
White with #F0A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A700; }
p { color: rgb(240,167,0); }
H1.HeaderClassName
{
color: #F0A700;
}
.AnyTagClassName
{
color: #F0A700;
}
</style>
background-color css
<style>
a { background-color: #F0A700; }
a { background-color: rgb(240,167,0); }
div.DivClassName
{
background-color: #F0A700;
}
.BgClassName
{
background-color: #F0A700;
}
</style>
border-color css
<style>
span { border-color: #F0A700; }
span { border-color: rgb(240,167,0); }
td.TdClassName
{
border-color: #F0A700;
}
.TagClassName
{
border-color: #F0A700;
}
</style>