Shades of Orange #F3A201
Tints of Orange #F3A201
RGB
CMYK
RGB Variations
Color information
#F3A201 (or 0xF3A201) is known color: Orange. HEX triplet: F3, A2 and 01. RGB value is (243,162,1). Sum of RGB (Red+Green+Blue) = 243+162+1=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A201 is #0C5DFE. Grayscale: #A8A8A8. Windows color (decimal): -810495 or 107251. OLE color: 107251.
HSL color Cylindrical-coordinate representation of color #F3A201: hue angle of 39.92º 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 #F3A201 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.05 |
| HSL | 39.92º | 0.99% | 0.48% | - |
| HSV(B) | 39.92º | 1% | 0.95% | - |
| XYZ | 49.89 | 44.9 | 6.07 | - |
| YUV | 167.87 | 33.84 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 1 | 0 | 0.33 | 1.00 | 0.05 | 39.92 | 0.99 | 0.48 |
| Hex | F3 | A2 | 1 | 0 | 21 | 64 | 5 | 28 | 63 | 30 |
| Octal | 363 | 242 | 1 | 0 | 41 | 144 | 5 | 50 | 143 | 60 |
| Binary | 11110011 | 10100010 | 1 | 0 | 100001 | 1100100 | 101 | 101000 | 1100011 | 110000 |
Color Harmonies of #F3A201
Complementary color
Monochromatic Colors of #F3A201
Black with #F3A201
Text Example
Text Example
White with #F3A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A201; }
p { color: rgb(243,162,1); }
H1.HeaderClassName
{
color: #F3A201;
}
.AnyTagClassName
{
color: #F3A201;
}
</style>
background-color css
<style>
a { background-color: #F3A201; }
a { background-color: rgb(243,162,1); }
div.DivClassName
{
background-color: #F3A201;
}
.BgClassName
{
background-color: #F3A201;
}
</style>
border-color css
<style>
span { border-color: #F3A201; }
span { border-color: rgb(243,162,1); }
td.TdClassName
{
border-color: #F3A201;
}
.TagClassName
{
border-color: #F3A201;
}
</style>