Shades of Orange #F0A301
Tints of Orange #F0A301
RGB
CMYK
RGB Variations
Color information
#F0A301 (or 0xF0A301) is known color: Orange. HEX triplet: F0, A3 and 01. RGB value is (240,163,1). Sum of RGB (Red+Green+Blue) = 240+163+1=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A301 is #0F5CFE. Grayscale: #A8A8A8. Windows color (decimal): -1006847 or 107504. OLE color: 107504.
HSL color Cylindrical-coordinate representation of color #F0A301: hue angle of 40.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 #F0A301 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.06 |
| HSL | 40.67º | 0.99% | 0.47% | - |
| HSV(B) | 40.67º | 1% | 0.94% | - |
| XYZ | 49.04 | 44.72 | 6.08 | - |
| YUV | 167.56 | 34.01 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 1 | 0 | 0.32 | 1.00 | 0.06 | 40.67 | 0.99 | 0.47 |
| Hex | F0 | A3 | 1 | 0 | 20 | 64 | 6 | 29 | 63 | 2F |
| Octal | 360 | 243 | 1 | 0 | 40 | 144 | 6 | 51 | 143 | 57 |
| Binary | 11110000 | 10100011 | 1 | 0 | 100000 | 1100100 | 110 | 101001 | 1100011 | 101111 |
Color Harmonies of #F0A301
Complementary color
Monochromatic Colors of #F0A301
Black with #F0A301
Text Example
Text Example
White with #F0A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A301; }
p { color: rgb(240,163,1); }
H1.HeaderClassName
{
color: #F0A301;
}
.AnyTagClassName
{
color: #F0A301;
}
</style>
background-color css
<style>
a { background-color: #F0A301; }
a { background-color: rgb(240,163,1); }
div.DivClassName
{
background-color: #F0A301;
}
.BgClassName
{
background-color: #F0A301;
}
</style>
border-color css
<style>
span { border-color: #F0A301; }
span { border-color: rgb(240,163,1); }
td.TdClassName
{
border-color: #F0A301;
}
.TagClassName
{
border-color: #F0A301;
}
</style>