Shades of Rajah #FAAA62
Tints of Rajah #FAAA62
RGB
CMYK
RGB Variations
Color information
#FAAA62 (or 0xFAAA62) is known color: Rajah. HEX triplet: FA, AA and 62. RGB value is (250,170,98). Sum of RGB (Red+Green+Blue) = 250+170+98=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA62 is #05559D. Grayscale: #BABABA. Windows color (decimal): -349598 or 6466298. OLE color: 6466298.
HSL color Cylindrical-coordinate representation of color #FAAA62: hue angle of 28.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAAA62 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 98 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.02 |
| HSL | 28.42º | 0.94% | 0.68% | - |
| HSV(B) | 28.42º | 0.61% | 0.98% | - |
| XYZ | 56 | 49.96 | 18.25 | - |
| YUV | 185.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 98 | 0 | 0.32 | 0.61 | 0.02 | 28.42 | 0.94 | 0.68 |
| Hex | FA | AA | 62 | 0 | 20 | 3D | 2 | 1C | 5E | 44 |
| Octal | 372 | 252 | 142 | 0 | 40 | 75 | 2 | 34 | 136 | 104 |
| Binary | 11111010 | 10101010 | 1100010 | 0 | 100000 | 111101 | 10 | 11100 | 1011110 | 1000100 |
Color Harmonies of #FAAA62
Complementary color
Monochromatic Colors of #FAAA62
Black with #FAAA62
Text Example
Text Example
White with #FAAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA62; }
p { color: rgb(250,170,98); }
H1.HeaderClassName
{
color: #FAAA62;
}
.AnyTagClassName
{
color: #FAAA62;
}
</style>
background-color css
<style>
a { background-color: #FAAA62; }
a { background-color: rgb(250,170,98); }
div.DivClassName
{
background-color: #FAAA62;
}
.BgClassName
{
background-color: #FAAA62;
}
</style>
border-color css
<style>
span { border-color: #FAAA62; }
span { border-color: rgb(250,170,98); }
td.TdClassName
{
border-color: #FAAA62;
}
.TagClassName
{
border-color: #FAAA62;
}
</style>