Shades of Orange #FAAA05
Tints of Orange #FAAA05
RGB
CMYK
RGB Variations
Color information
#FAAA05 (or 0xFAAA05) is known color: Orange. HEX triplet: FA, AA and 05. RGB value is (250,170,5). Sum of RGB (Red+Green+Blue) = 250+170+5=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA05 is #0555FA. Grayscale: #AFAFAF. Windows color (decimal): -349691 or 371450. OLE color: 371450.
HSL color Cylindrical-coordinate representation of color #FAAA05: hue angle of 40.41º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAAA05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.02 |
| HSL | 40.41º | 0.96% | 0.5% | - |
| HSV(B) | 40.41º | 0.98% | 0.98% | - |
| XYZ | 53.83 | 49.08 | 6.78 | - |
| YUV | 175.11 | 32 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 5 | 0 | 0.32 | 0.98 | 0.02 | 40.41 | 0.96 | 0.5 |
| Hex | FA | AA | 5 | 0 | 20 | 62 | 2 | 28 | 60 | 32 |
| Octal | 372 | 252 | 5 | 0 | 40 | 142 | 2 | 50 | 140 | 62 |
| Binary | 11111010 | 10101010 | 101 | 0 | 100000 | 1100010 | 10 | 101000 | 1100000 | 110010 |
Color Harmonies of #FAAA05
Complementary color
Monochromatic Colors of #FAAA05
Black with #FAAA05
Text Example
Text Example
White with #FAAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA05; }
p { color: rgb(250,170,5); }
H1.HeaderClassName
{
color: #FAAA05;
}
.AnyTagClassName
{
color: #FAAA05;
}
</style>
background-color css
<style>
a { background-color: #FAAA05; }
a { background-color: rgb(250,170,5); }
div.DivClassName
{
background-color: #FAAA05;
}
.BgClassName
{
background-color: #FAAA05;
}
</style>
border-color css
<style>
span { border-color: #FAAA05; }
span { border-color: rgb(250,170,5); }
td.TdClassName
{
border-color: #FAAA05;
}
.TagClassName
{
border-color: #FAAA05;
}
</style>