Shades of Rajah #F9AA66
Tints of Rajah #F9AA66
RGB
CMYK
RGB Variations
Color information
#F9AA66 (or 0xF9AA66) is known color: Rajah. HEX triplet: F9, AA and 66. RGB value is (249,170,102). Sum of RGB (Red+Green+Blue) = 249+170+102=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AA66 is #065599. Grayscale: #BABABA. Windows color (decimal): -415130 or 6728441. OLE color: 6728441.
HSL color Cylindrical-coordinate representation of color #F9AA66: hue angle of 27.76º degrees, saturation: 0.92, 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 #F9AA66 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 102 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.02 |
| HSL | 27.76º | 0.92% | 0.69% | - |
| HSV(B) | 27.76º | 0.59% | 0.98% | - |
| XYZ | 55.84 | 49.85 | 19.25 | - |
| YUV | 185.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 102 | 0 | 0.32 | 0.59 | 0.02 | 27.76 | 0.92 | 0.69 |
| Hex | F9 | AA | 66 | 0 | 20 | 3B | 2 | 1C | 5C | 45 |
| Octal | 371 | 252 | 146 | 0 | 40 | 73 | 2 | 34 | 134 | 105 |
| Binary | 11111001 | 10101010 | 1100110 | 0 | 100000 | 111011 | 10 | 11100 | 1011100 | 1000101 |
Color Harmonies of #F9AA66
Complementary color
Monochromatic Colors of #F9AA66
Black with #F9AA66
Text Example
Text Example
White with #F9AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA66; }
p { color: rgb(249,170,102); }
H1.HeaderClassName
{
color: #F9AA66;
}
.AnyTagClassName
{
color: #F9AA66;
}
</style>
background-color css
<style>
a { background-color: #F9AA66; }
a { background-color: rgb(249,170,102); }
div.DivClassName
{
background-color: #F9AA66;
}
.BgClassName
{
background-color: #F9AA66;
}
</style>
border-color css
<style>
span { border-color: #F9AA66; }
span { border-color: rgb(249,170,102); }
td.TdClassName
{
border-color: #F9AA66;
}
.TagClassName
{
border-color: #F9AA66;
}
</style>