Shades of Rajah #FFAA5A
Tints of Rajah #FFAA5A
RGB
CMYK
RGB Variations
Color information
#FFAA5A (or 0xFFAA5A) is known color: Rajah. HEX triplet: FF, AA and 5A. RGB value is (255,170,90). Sum of RGB (Red+Green+Blue) = 255+170+90=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA5A is #0055A5. Grayscale: #BABABA. Windows color (decimal): -21926 or 5942015. OLE color: 5942015.
HSL color Cylindrical-coordinate representation of color #FFAA5A: hue angle of 29.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFAA5A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 90 | - |
| CMYK | 0 | 0.33 | 0.65 | 0 |
| HSL | 29.09º | 1% | 0.68% | - |
| HSV(B) | 29.09º | 0.65% | 1% | - |
| XYZ | 57.46 | 50.75 | 16.44 | - |
| YUV | 186.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 90 | 0 | 0.33 | 0.65 | 0 | 29.09 | 1 | 0.68 |
| Hex | FF | AA | 5A | 0 | 21 | 41 | 0 | 1D | 64 | 44 |
| Octal | 377 | 252 | 132 | 0 | 41 | 101 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101010 | 1011010 | 0 | 100001 | 1000001 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAA5A
Complementary color
Monochromatic Colors of #FFAA5A
Black with #FFAA5A
Text Example
Text Example
White with #FFAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA5A; }
p { color: rgb(255,170,90); }
H1.HeaderClassName
{
color: #FFAA5A;
}
.AnyTagClassName
{
color: #FFAA5A;
}
</style>
background-color css
<style>
a { background-color: #FFAA5A; }
a { background-color: rgb(255,170,90); }
div.DivClassName
{
background-color: #FFAA5A;
}
.BgClassName
{
background-color: #FFAA5A;
}
</style>
border-color css
<style>
span { border-color: #FFAA5A; }
span { border-color: rgb(255,170,90); }
td.TdClassName
{
border-color: #FFAA5A;
}
.TagClassName
{
border-color: #FFAA5A;
}
</style>