Shades of Rajah #FAA960
Tints of Rajah #FAA960
RGB
CMYK
RGB Variations
Color information
#FAA960 (or 0xFAA960) is known color: Rajah. HEX triplet: FA, A9 and 60. RGB value is (250,169,96). Sum of RGB (Red+Green+Blue) = 250+169+96=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA960 is #05569F. Grayscale: #B9B9B9. Windows color (decimal): -349856 or 6334970. OLE color: 6334970.
HSL color Cylindrical-coordinate representation of color #FAA960: hue angle of 28.44º 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 #FAA960 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 96 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.02 |
| HSL | 28.44º | 0.94% | 0.68% | - |
| HSV(B) | 28.44º | 0.62% | 0.98% | - |
| XYZ | 55.72 | 49.54 | 17.69 | - |
| YUV | 184.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 96 | 0 | 0.32 | 0.62 | 0.02 | 28.44 | 0.94 | 0.68 |
| Hex | FA | A9 | 60 | 0 | 20 | 3E | 2 | 1C | 5E | 44 |
| Octal | 372 | 251 | 140 | 0 | 40 | 76 | 2 | 34 | 136 | 104 |
| Binary | 11111010 | 10101001 | 1100000 | 0 | 100000 | 111110 | 10 | 11100 | 1011110 | 1000100 |
Color Harmonies of #FAA960
Complementary color
Monochromatic Colors of #FAA960
Black with #FAA960
Text Example
Text Example
White with #FAA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA960; }
p { color: rgb(250,169,96); }
H1.HeaderClassName
{
color: #FAA960;
}
.AnyTagClassName
{
color: #FAA960;
}
</style>
background-color css
<style>
a { background-color: #FAA960; }
a { background-color: rgb(250,169,96); }
div.DivClassName
{
background-color: #FAA960;
}
.BgClassName
{
background-color: #FAA960;
}
</style>
border-color css
<style>
span { border-color: #FAA960; }
span { border-color: rgb(250,169,96); }
td.TdClassName
{
border-color: #FAA960;
}
.TagClassName
{
border-color: #FAA960;
}
</style>