Shades of Rajah #FFAA5E
Tints of Rajah #FFAA5E
RGB
CMYK
RGB Variations
Color information
#FFAA5E (or 0xFFAA5E) is known color: Rajah. HEX triplet: FF, AA and 5E. RGB value is (255,170,94). Sum of RGB (Red+Green+Blue) = 255+170+94=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA5E is #0055A1. Grayscale: #BBBBBB. Windows color (decimal): -21922 or 6204159. OLE color: 6204159.
HSL color Cylindrical-coordinate representation of color #FFAA5E: hue angle of 28.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFAA5E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 94 | - |
| CMYK | 0 | 0.33 | 0.63 | 0 |
| HSL | 28.32º | 1% | 0.68% | - |
| HSV(B) | 28.32º | 0.63% | 1% | - |
| XYZ | 57.64 | 50.82 | 17.36 | - |
| YUV | 186.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 94 | 0 | 0.33 | 0.63 | 0 | 28.32 | 1 | 0.68 |
| Hex | FF | AA | 5E | 0 | 21 | 3F | 0 | 1C | 64 | 44 |
| Octal | 377 | 252 | 136 | 0 | 41 | 77 | 0 | 34 | 144 | 104 |
| Binary | 11111111 | 10101010 | 1011110 | 0 | 100001 | 111111 | 0 | 11100 | 1100100 | 1000100 |
Color Harmonies of #FFAA5E
Complementary color
Monochromatic Colors of #FFAA5E
Black with #FFAA5E
Text Example
Text Example
White with #FFAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA5E; }
p { color: rgb(255,170,94); }
H1.HeaderClassName
{
color: #FFAA5E;
}
.AnyTagClassName
{
color: #FFAA5E;
}
</style>
background-color css
<style>
a { background-color: #FFAA5E; }
a { background-color: rgb(255,170,94); }
div.DivClassName
{
background-color: #FFAA5E;
}
.BgClassName
{
background-color: #FFAA5E;
}
</style>
border-color css
<style>
span { border-color: #FFAA5E; }
span { border-color: rgb(255,170,94); }
td.TdClassName
{
border-color: #FFAA5E;
}
.TagClassName
{
border-color: #FFAA5E;
}
</style>