Shades of Orange #FAAA02
Tints of Orange #FAAA02
RGB
CMYK
RGB Variations
Color information
#FAAA02 (or 0xFAAA02) is known color: Orange. HEX triplet: FA, AA and 02. RGB value is (250,170,2). Sum of RGB (Red+Green+Blue) = 250+170+2=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA02 is #0555FD. Grayscale: #AFAFAF. Windows color (decimal): -349694 or 174842. OLE color: 174842.
HSL color Cylindrical-coordinate representation of color #FAAA02: hue angle of 40.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAAA02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.02 |
| HSL | 40.65º | 0.98% | 0.49% | - |
| HSV(B) | 40.65º | 0.99% | 0.98% | - |
| XYZ | 53.81 | 49.08 | 6.69 | - |
| YUV | 174.77 | 30.5 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 2 | 0 | 0.32 | 0.99 | 0.02 | 40.65 | 0.98 | 0.49 |
| Hex | FA | AA | 2 | 0 | 20 | 63 | 2 | 29 | 62 | 31 |
| Octal | 372 | 252 | 2 | 0 | 40 | 143 | 2 | 51 | 142 | 61 |
| Binary | 11111010 | 10101010 | 10 | 0 | 100000 | 1100011 | 10 | 101001 | 1100010 | 110001 |
Color Harmonies of #FAAA02
Complementary color
Monochromatic Colors of #FAAA02
Black with #FAAA02
Text Example
Text Example
White with #FAAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA02; }
p { color: rgb(250,170,2); }
H1.HeaderClassName
{
color: #FAAA02;
}
.AnyTagClassName
{
color: #FAAA02;
}
</style>
background-color css
<style>
a { background-color: #FAAA02; }
a { background-color: rgb(250,170,2); }
div.DivClassName
{
background-color: #FAAA02;
}
.BgClassName
{
background-color: #FAAA02;
}
</style>
border-color css
<style>
span { border-color: #FAAA02; }
span { border-color: rgb(250,170,2); }
td.TdClassName
{
border-color: #FAAA02;
}
.TagClassName
{
border-color: #FAAA02;
}
</style>