Shades of Rajah #FAAA60
Tints of Rajah #FAAA60
RGB
CMYK
RGB Variations
Color information
#FAAA60 (or 0xFAAA60) is known color: Rajah. HEX triplet: FA, AA and 60. RGB value is (250,170,96). Sum of RGB (Red+Green+Blue) = 250+170+96=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA60 is #05559F. Grayscale: #B9B9B9. Windows color (decimal): -349600 or 6335226. OLE color: 6335226.
HSL color Cylindrical-coordinate representation of color #FAAA60: hue angle of 28.83º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAAA60 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 96 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.02 |
| HSL | 28.83º | 0.94% | 0.68% | - |
| HSV(B) | 28.83º | 0.62% | 0.98% | - |
| XYZ | 55.91 | 49.92 | 17.75 | - |
| YUV | 185.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 96 | 0 | 0.32 | 0.62 | 0.02 | 28.83 | 0.94 | 0.68 |
| Hex | FA | AA | 60 | 0 | 20 | 3E | 2 | 1D | 5E | 44 |
| Octal | 372 | 252 | 140 | 0 | 40 | 76 | 2 | 35 | 136 | 104 |
| Binary | 11111010 | 10101010 | 1100000 | 0 | 100000 | 111110 | 10 | 11101 | 1011110 | 1000100 |
Color Harmonies of #FAAA60
Complementary color
Monochromatic Colors of #FAAA60
Black with #FAAA60
Text Example
Text Example
White with #FAAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA60; }
p { color: rgb(250,170,96); }
H1.HeaderClassName
{
color: #FAAA60;
}
.AnyTagClassName
{
color: #FAAA60;
}
</style>
background-color css
<style>
a { background-color: #FAAA60; }
a { background-color: rgb(250,170,96); }
div.DivClassName
{
background-color: #FAAA60;
}
.BgClassName
{
background-color: #FAAA60;
}
</style>
border-color css
<style>
span { border-color: #FAAA60; }
span { border-color: rgb(250,170,96); }
td.TdClassName
{
border-color: #FAAA60;
}
.TagClassName
{
border-color: #FAAA60;
}
</style>