Shades of Rajah #FAAA5E
Tints of Rajah #FAAA5E
RGB
CMYK
RGB Variations
Color information
#FAAA5E (or 0xFAAA5E) is known color: Rajah. HEX triplet: FA, AA and 5E. RGB value is (250,170,94). Sum of RGB (Red+Green+Blue) = 250+170+94=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA5E is #0555A1. Grayscale: #B9B9B9. Windows color (decimal): -349602 or 6204154. OLE color: 6204154.
HSL color Cylindrical-coordinate representation of color #FAAA5E: hue angle of 29.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAAA5E is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 94 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.02 |
| HSL | 29.23º | 0.94% | 0.67% | - |
| HSV(B) | 29.23º | 0.62% | 0.98% | - |
| XYZ | 55.82 | 49.88 | 17.28 | - |
| YUV | 185.26 | 76.5 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 94 | 0 | 0.32 | 0.62 | 0.02 | 29.23 | 0.94 | 0.67 |
| Hex | FA | AA | 5E | 0 | 20 | 3E | 2 | 1D | 5E | 43 |
| Octal | 372 | 252 | 136 | 0 | 40 | 76 | 2 | 35 | 136 | 103 |
| Binary | 11111010 | 10101010 | 1011110 | 0 | 100000 | 111110 | 10 | 11101 | 1011110 | 1000011 |
Color Harmonies of #FAAA5E
Complementary color
Monochromatic Colors of #FAAA5E
Black with #FAAA5E
Text Example
Text Example
White with #FAAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA5E; }
p { color: rgb(250,170,94); }
H1.HeaderClassName
{
color: #FAAA5E;
}
.AnyTagClassName
{
color: #FAAA5E;
}
</style>
background-color css
<style>
a { background-color: #FAAA5E; }
a { background-color: rgb(250,170,94); }
div.DivClassName
{
background-color: #FAAA5E;
}
.BgClassName
{
background-color: #FAAA5E;
}
</style>
border-color css
<style>
span { border-color: #FAAA5E; }
span { border-color: rgb(250,170,94); }
td.TdClassName
{
border-color: #FAAA5E;
}
.TagClassName
{
border-color: #FAAA5E;
}
</style>