Shades of Rajah #FAA966
Tints of Rajah #FAA966
RGB
CMYK
RGB Variations
Color information
#FAA966 (or 0xFAA966) is known color: Rajah. HEX triplet: FA, A9 and 66. RGB value is (250,169,102). Sum of RGB (Red+Green+Blue) = 250+169+102=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA966 is #055699. Grayscale: #B9B9B9. Windows color (decimal): -349850 or 6728186. OLE color: 6728186.
HSL color Cylindrical-coordinate representation of color #FAA966: hue angle of 27.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAA966 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 102 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.02 |
| HSL | 27.16º | 0.94% | 0.69% | - |
| HSV(B) | 27.16º | 0.59% | 0.98% | - |
| XYZ | 56.01 | 49.66 | 19.2 | - |
| YUV | 185.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 102 | 0 | 0.32 | 0.59 | 0.02 | 27.16 | 0.94 | 0.69 |
| Hex | FA | A9 | 66 | 0 | 20 | 3B | 2 | 1B | 5E | 45 |
| Octal | 372 | 251 | 146 | 0 | 40 | 73 | 2 | 33 | 136 | 105 |
| Binary | 11111010 | 10101001 | 1100110 | 0 | 100000 | 111011 | 10 | 11011 | 1011110 | 1000101 |
Color Harmonies of #FAA966
Complementary color
Monochromatic Colors of #FAA966
Black with #FAA966
Text Example
Text Example
White with #FAA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA966; }
p { color: rgb(250,169,102); }
H1.HeaderClassName
{
color: #FAA966;
}
.AnyTagClassName
{
color: #FAA966;
}
</style>
background-color css
<style>
a { background-color: #FAA966; }
a { background-color: rgb(250,169,102); }
div.DivClassName
{
background-color: #FAA966;
}
.BgClassName
{
background-color: #FAA966;
}
</style>
border-color css
<style>
span { border-color: #FAA966; }
span { border-color: rgb(250,169,102); }
td.TdClassName
{
border-color: #FAA966;
}
.TagClassName
{
border-color: #FAA966;
}
</style>