Shades of Rajah #FFAA5D
Tints of Rajah #FFAA5D
RGB
CMYK
RGB Variations
Color information
#FFAA5D (or 0xFFAA5D) is known color: Rajah. HEX triplet: FF, AA and 5D. RGB value is (255,170,93). Sum of RGB (Red+Green+Blue) = 255+170+93=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA5D is #0055A2. Grayscale: #BBBBBB. Windows color (decimal): -21923 or 6138623. OLE color: 6138623.
HSL color Cylindrical-coordinate representation of color #FFAA5D: hue angle of 28.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFAA5D is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 93 | - |
| CMYK | 0 | 0.33 | 0.64 | 0 |
| HSL | 28.52º | 1% | 0.68% | - |
| HSV(B) | 28.52º | 0.64% | 1% | - |
| XYZ | 57.59 | 50.8 | 17.13 | - |
| YUV | 186.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 93 | 0 | 0.33 | 0.64 | 0 | 28.52 | 1 | 0.68 |
| Hex | FF | AA | 5D | 0 | 21 | 40 | 0 | 1D | 64 | 44 |
| Octal | 377 | 252 | 135 | 0 | 41 | 100 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101010 | 1011101 | 0 | 100001 | 1000000 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAA5D
Complementary color
Monochromatic Colors of #FFAA5D
Black with #FFAA5D
Text Example
Text Example
White with #FFAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA5D; }
p { color: rgb(255,170,93); }
H1.HeaderClassName
{
color: #FFAA5D;
}
.AnyTagClassName
{
color: #FFAA5D;
}
</style>
background-color css
<style>
a { background-color: #FFAA5D; }
a { background-color: rgb(255,170,93); }
div.DivClassName
{
background-color: #FFAA5D;
}
.BgClassName
{
background-color: #FFAA5D;
}
</style>
border-color css
<style>
span { border-color: #FFAA5D; }
span { border-color: rgb(255,170,93); }
td.TdClassName
{
border-color: #FFAA5D;
}
.TagClassName
{
border-color: #FFAA5D;
}
</style>