Shades of Rajah #FFAA63
Tints of Rajah #FFAA63
RGB
CMYK
RGB Variations
Color information
#FFAA63 (or 0xFFAA63) is known color: Rajah. HEX triplet: FF, AA and 63. RGB value is (255,170,99). Sum of RGB (Red+Green+Blue) = 255+170+99=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA63 is #00559C. Grayscale: #BBBBBB. Windows color (decimal): -21917 or 6531839. OLE color: 6531839.
HSL color Cylindrical-coordinate representation of color #FFAA63: hue angle of 27.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFAA63 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 99 | - |
| CMYK | 0 | 0.33 | 0.61 | 0 |
| HSL | 27.31º | 1% | 0.69% | - |
| HSV(B) | 27.31º | 0.61% | 1% | - |
| XYZ | 57.87 | 50.91 | 18.58 | - |
| YUV | 187.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 99 | 0 | 0.33 | 0.61 | 0 | 27.31 | 1 | 0.69 |
| Hex | FF | AA | 63 | 0 | 21 | 3D | 0 | 1B | 64 | 45 |
| Octal | 377 | 252 | 143 | 0 | 41 | 75 | 0 | 33 | 144 | 105 |
| Binary | 11111111 | 10101010 | 1100011 | 0 | 100001 | 111101 | 0 | 11011 | 1100100 | 1000101 |
Color Harmonies of #FFAA63
Complementary color
Monochromatic Colors of #FFAA63
Black with #FFAA63
Text Example
Text Example
White with #FFAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA63; }
p { color: rgb(255,170,99); }
H1.HeaderClassName
{
color: #FFAA63;
}
.AnyTagClassName
{
color: #FFAA63;
}
</style>
background-color css
<style>
a { background-color: #FFAA63; }
a { background-color: rgb(255,170,99); }
div.DivClassName
{
background-color: #FFAA63;
}
.BgClassName
{
background-color: #FFAA63;
}
</style>
border-color css
<style>
span { border-color: #FFAA63; }
span { border-color: rgb(255,170,99); }
td.TdClassName
{
border-color: #FFAA63;
}
.TagClassName
{
border-color: #FFAA63;
}
</style>