Shades of Orange #F2A201
Tints of Orange #F2A201
RGB
CMYK
RGB Variations
Color information
#F2A201 (or 0xF2A201) is known color: Orange. HEX triplet: F2, A2 and 01. RGB value is (242,162,1). Sum of RGB (Red+Green+Blue) = 242+162+1=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A201 is #0D5DFE. Grayscale: #A8A8A8. Windows color (decimal): -876031 or 107250. OLE color: 107250.
HSL color Cylindrical-coordinate representation of color #F2A201: hue angle of 40.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2A201 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.05 |
| HSL | 40.08º | 0.99% | 0.48% | - |
| HSV(B) | 40.08º | 1% | 0.95% | - |
| XYZ | 49.54 | 44.72 | 6.05 | - |
| YUV | 167.57 | 34 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 1 | 0 | 0.33 | 1.00 | 0.05 | 40.08 | 0.99 | 0.48 |
| Hex | F2 | A2 | 1 | 0 | 21 | 64 | 5 | 28 | 63 | 30 |
| Octal | 362 | 242 | 1 | 0 | 41 | 144 | 5 | 50 | 143 | 60 |
| Binary | 11110010 | 10100010 | 1 | 0 | 100001 | 1100100 | 101 | 101000 | 1100011 | 110000 |
Color Harmonies of #F2A201
Complementary color
Monochromatic Colors of #F2A201
Black with #F2A201
Text Example
Text Example
White with #F2A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A201; }
p { color: rgb(242,162,1); }
H1.HeaderClassName
{
color: #F2A201;
}
.AnyTagClassName
{
color: #F2A201;
}
</style>
background-color css
<style>
a { background-color: #F2A201; }
a { background-color: rgb(242,162,1); }
div.DivClassName
{
background-color: #F2A201;
}
.BgClassName
{
background-color: #F2A201;
}
</style>
border-color css
<style>
span { border-color: #F2A201; }
span { border-color: rgb(242,162,1); }
td.TdClassName
{
border-color: #F2A201;
}
.TagClassName
{
border-color: #F2A201;
}
</style>