Shades of Rajah #FAA962
Tints of Rajah #FAA962
RGB
CMYK
RGB Variations
Color information
#FAA962 (or 0xFAA962) is known color: Rajah. HEX triplet: FA, A9 and 62. RGB value is (250,169,98). Sum of RGB (Red+Green+Blue) = 250+169+98=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA962 is #05569D. Grayscale: #B9B9B9. Windows color (decimal): -349854 or 6466042. OLE color: 6466042.
HSL color Cylindrical-coordinate representation of color #FAA962: hue angle of 28.03º 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 #FAA962 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 98 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.02 |
| HSL | 28.03º | 0.94% | 0.68% | - |
| HSV(B) | 28.03º | 0.61% | 0.98% | - |
| XYZ | 55.82 | 49.58 | 18.18 | - |
| YUV | 185.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 98 | 0 | 0.32 | 0.61 | 0.02 | 28.03 | 0.94 | 0.68 |
| Hex | FA | A9 | 62 | 0 | 20 | 3D | 2 | 1C | 5E | 44 |
| Octal | 372 | 251 | 142 | 0 | 40 | 75 | 2 | 34 | 136 | 104 |
| Binary | 11111010 | 10101001 | 1100010 | 0 | 100000 | 111101 | 10 | 11100 | 1011110 | 1000100 |
Color Harmonies of #FAA962
Complementary color
Monochromatic Colors of #FAA962
Black with #FAA962
Text Example
Text Example
White with #FAA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA962; }
p { color: rgb(250,169,98); }
H1.HeaderClassName
{
color: #FAA962;
}
.AnyTagClassName
{
color: #FAA962;
}
</style>
background-color css
<style>
a { background-color: #FAA962; }
a { background-color: rgb(250,169,98); }
div.DivClassName
{
background-color: #FAA962;
}
.BgClassName
{
background-color: #FAA962;
}
</style>
border-color css
<style>
span { border-color: #FAA962; }
span { border-color: rgb(250,169,98); }
td.TdClassName
{
border-color: #FAA962;
}
.TagClassName
{
border-color: #FAA962;
}
</style>