Shades of Rajah #FAAA5B
Tints of Rajah #FAAA5B
RGB
CMYK
RGB Variations
Color information
#FAAA5B (or 0xFAAA5B) is known color: Rajah. HEX triplet: FA, AA and 5B. RGB value is (250,170,91). Sum of RGB (Red+Green+Blue) = 250+170+91=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA5B is #0555A4. Grayscale: #B9B9B9. Windows color (decimal): -349605 or 6007546. OLE color: 6007546.
HSL color Cylindrical-coordinate representation of color #FAAA5B: hue angle of 29.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAAA5B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 91 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 29.81º | 0.94% | 0.67% | - |
| HSV(B) | 29.81º | 0.64% | 0.98% | - |
| XYZ | 55.69 | 49.83 | 16.58 | - |
| YUV | 184.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 91 | 0 | 0.32 | 0.64 | 0.02 | 29.81 | 0.94 | 0.67 |
| Hex | FA | AA | 5B | 0 | 20 | 40 | 2 | 1E | 5E | 43 |
| Octal | 372 | 252 | 133 | 0 | 40 | 100 | 2 | 36 | 136 | 103 |
| Binary | 11111010 | 10101010 | 1011011 | 0 | 100000 | 1000000 | 10 | 11110 | 1011110 | 1000011 |
Color Harmonies of #FAAA5B
Complementary color
Monochromatic Colors of #FAAA5B
Black with #FAAA5B
Text Example
Text Example
White with #FAAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA5B; }
p { color: rgb(250,170,91); }
H1.HeaderClassName
{
color: #FAAA5B;
}
.AnyTagClassName
{
color: #FAAA5B;
}
</style>
background-color css
<style>
a { background-color: #FAAA5B; }
a { background-color: rgb(250,170,91); }
div.DivClassName
{
background-color: #FAAA5B;
}
.BgClassName
{
background-color: #FAAA5B;
}
</style>
border-color css
<style>
span { border-color: #FAAA5B; }
span { border-color: rgb(250,170,91); }
td.TdClassName
{
border-color: #FAAA5B;
}
.TagClassName
{
border-color: #FAAA5B;
}
</style>