Shades of Orange #F0A701
Tints of Orange #F0A701
RGB
CMYK
RGB Variations
Color information
#F0A701 (or 0xF0A701) is known color: Orange. HEX triplet: F0, A7 and 01. RGB value is (240,167,1). Sum of RGB (Red+Green+Blue) = 240+167+1=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A701 is #0F58FE. Grayscale: #AAAAAA. Windows color (decimal): -1005823 or 108528. OLE color: 108528.
HSL color Cylindrical-coordinate representation of color #F0A701: hue angle of 41.67º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0A701 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.06 |
| HSL | 41.67º | 0.99% | 0.47% | - |
| HSV(B) | 41.67º | 1% | 0.94% | - |
| XYZ | 49.76 | 46.16 | 6.32 | - |
| YUV | 169.9 | 32.68 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 1 | 0 | 0.30 | 1.00 | 0.06 | 41.67 | 0.99 | 0.47 |
| Hex | F0 | A7 | 1 | 0 | 1E | 64 | 6 | 2A | 63 | 2F |
| Octal | 360 | 247 | 1 | 0 | 36 | 144 | 6 | 52 | 143 | 57 |
| Binary | 11110000 | 10100111 | 1 | 0 | 11110 | 1100100 | 110 | 101010 | 1100011 | 101111 |
Color Harmonies of #F0A701
Complementary color
Monochromatic Colors of #F0A701
Black with #F0A701
Text Example
Text Example
White with #F0A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A701; }
p { color: rgb(240,167,1); }
H1.HeaderClassName
{
color: #F0A701;
}
.AnyTagClassName
{
color: #F0A701;
}
</style>
background-color css
<style>
a { background-color: #F0A701; }
a { background-color: rgb(240,167,1); }
div.DivClassName
{
background-color: #F0A701;
}
.BgClassName
{
background-color: #F0A701;
}
</style>
border-color css
<style>
span { border-color: #F0A701; }
span { border-color: rgb(240,167,1); }
td.TdClassName
{
border-color: #F0A701;
}
.TagClassName
{
border-color: #F0A701;
}
</style>