Shades of Rajah #FAAA69
Tints of Rajah #FAAA69
RGB
CMYK
RGB Variations
Color information
#FAAA69 (or 0xFAAA69) is known color: Rajah. HEX triplet: FA, AA and 69. RGB value is (250,170,105). Sum of RGB (Red+Green+Blue) = 250+170+105=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA69 is #055596. Grayscale: #BABABA. Windows color (decimal): -349591 or 6925050. OLE color: 6925050.
HSL color Cylindrical-coordinate representation of color #FAAA69: hue angle of 26.9º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAAA69 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 105 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.02 |
| HSL | 26.9º | 0.94% | 0.7% | - |
| HSV(B) | 26.9º | 0.58% | 0.98% | - |
| XYZ | 56.35 | 50.09 | 20.06 | - |
| YUV | 186.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 105 | 0 | 0.32 | 0.58 | 0.02 | 26.9 | 0.94 | 0.7 |
| Hex | FA | AA | 69 | 0 | 20 | 3A | 2 | 1B | 5E | 46 |
| Octal | 372 | 252 | 151 | 0 | 40 | 72 | 2 | 33 | 136 | 106 |
| Binary | 11111010 | 10101010 | 1101001 | 0 | 100000 | 111010 | 10 | 11011 | 1011110 | 1000110 |
Color Harmonies of #FAAA69
Complementary color
Monochromatic Colors of #FAAA69
Black with #FAAA69
Text Example
Text Example
White with #FAAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA69; }
p { color: rgb(250,170,105); }
H1.HeaderClassName
{
color: #FAAA69;
}
.AnyTagClassName
{
color: #FAAA69;
}
</style>
background-color css
<style>
a { background-color: #FAAA69; }
a { background-color: rgb(250,170,105); }
div.DivClassName
{
background-color: #FAAA69;
}
.BgClassName
{
background-color: #FAAA69;
}
</style>
border-color css
<style>
span { border-color: #FAAA69; }
span { border-color: rgb(250,170,105); }
td.TdClassName
{
border-color: #FAAA69;
}
.TagClassName
{
border-color: #FAAA69;
}
</style>