Shades of Rajah #FFAA5C
Tints of Rajah #FFAA5C
RGB
CMYK
RGB Variations
Color information
#FFAA5C (or 0xFFAA5C) is known color: Rajah. HEX triplet: FF, AA and 5C. RGB value is (255,170,92). Sum of RGB (Red+Green+Blue) = 255+170+92=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA5C is #0055A3. Grayscale: #BABABA. Windows color (decimal): -21924 or 6073087. OLE color: 6073087.
HSL color Cylindrical-coordinate representation of color #FFAA5C: hue angle of 28.71º 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 #FFAA5C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 92 | - |
| CMYK | 0 | 0.33 | 0.64 | 0 |
| HSL | 28.71º | 1% | 0.68% | - |
| HSV(B) | 28.71º | 0.64% | 1% | - |
| XYZ | 57.55 | 50.78 | 16.89 | - |
| YUV | 186.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 92 | 0 | 0.33 | 0.64 | 0 | 28.71 | 1 | 0.68 |
| Hex | FF | AA | 5C | 0 | 21 | 40 | 0 | 1D | 64 | 44 |
| Octal | 377 | 252 | 134 | 0 | 41 | 100 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101010 | 1011100 | 0 | 100001 | 1000000 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAA5C
Complementary color
Monochromatic Colors of #FFAA5C
Black with #FFAA5C
Text Example
Text Example
White with #FFAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA5C; }
p { color: rgb(255,170,92); }
H1.HeaderClassName
{
color: #FFAA5C;
}
.AnyTagClassName
{
color: #FFAA5C;
}
</style>
background-color css
<style>
a { background-color: #FFAA5C; }
a { background-color: rgb(255,170,92); }
div.DivClassName
{
background-color: #FFAA5C;
}
.BgClassName
{
background-color: #FFAA5C;
}
</style>
border-color css
<style>
span { border-color: #FFAA5C; }
span { border-color: rgb(255,170,92); }
td.TdClassName
{
border-color: #FFAA5C;
}
.TagClassName
{
border-color: #FFAA5C;
}
</style>