Shades of Orange #FAAA01
Tints of Orange #FAAA01
RGB
CMYK
RGB Variations
Color information
#FAAA01 (or 0xFAAA01) is known color: Orange. HEX triplet: FA, AA and 01. RGB value is (250,170,1). Sum of RGB (Red+Green+Blue) = 250+170+1=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA01 is #0555FE. Grayscale: #AFAFAF. Windows color (decimal): -349695 or 109306. OLE color: 109306.
HSL color Cylindrical-coordinate representation of color #FAAA01: hue angle of 40.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAAA01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.02 |
| HSL | 40.72º | 0.99% | 0.49% | - |
| HSV(B) | 40.72º | 1% | 0.98% | - |
| XYZ | 53.8 | 49.08 | 6.67 | - |
| YUV | 174.65 | 30 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 1 | 0 | 0.32 | 1.00 | 0.02 | 40.72 | 0.99 | 0.49 |
| Hex | FA | AA | 1 | 0 | 20 | 64 | 2 | 29 | 63 | 31 |
| Octal | 372 | 252 | 1 | 0 | 40 | 144 | 2 | 51 | 143 | 61 |
| Binary | 11111010 | 10101010 | 1 | 0 | 100000 | 1100100 | 10 | 101001 | 1100011 | 110001 |
Color Harmonies of #FAAA01
Complementary color
Monochromatic Colors of #FAAA01
Black with #FAAA01
Text Example
Text Example
White with #FAAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA01; }
p { color: rgb(250,170,1); }
H1.HeaderClassName
{
color: #FAAA01;
}
.AnyTagClassName
{
color: #FAAA01;
}
</style>
background-color css
<style>
a { background-color: #FAAA01; }
a { background-color: rgb(250,170,1); }
div.DivClassName
{
background-color: #FAAA01;
}
.BgClassName
{
background-color: #FAAA01;
}
</style>
border-color css
<style>
span { border-color: #FAAA01; }
span { border-color: rgb(250,170,1); }
td.TdClassName
{
border-color: #FAAA01;
}
.TagClassName
{
border-color: #FAAA01;
}
</style>