Shades of Rajah #FFAA65
Tints of Rajah #FFAA65
RGB
CMYK
RGB Variations
Color information
#FFAA65 (or 0xFFAA65) is known color: Rajah. HEX triplet: FF, AA and 65. RGB value is (255,170,101). Sum of RGB (Red+Green+Blue) = 255+170+101=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA65 is #00559A. Grayscale: #BBBBBB. Windows color (decimal): -21915 or 6662911. OLE color: 6662911.
HSL color Cylindrical-coordinate representation of color #FFAA65: hue angle of 26.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFAA65 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 101 | - |
| CMYK | 0 | 0.33 | 0.60 | 0 |
| HSL | 26.88º | 1% | 0.7% | - |
| HSV(B) | 26.88º | 0.6% | 1% | - |
| XYZ | 57.96 | 50.95 | 19.09 | - |
| YUV | 187.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 101 | 0 | 0.33 | 0.60 | 0 | 26.88 | 1 | 0.7 |
| Hex | FF | AA | 65 | 0 | 21 | 3C | 0 | 1B | 64 | 46 |
| Octal | 377 | 252 | 145 | 0 | 41 | 74 | 0 | 33 | 144 | 106 |
| Binary | 11111111 | 10101010 | 1100101 | 0 | 100001 | 111100 | 0 | 11011 | 1100100 | 1000110 |
Color Harmonies of #FFAA65
Complementary color
Monochromatic Colors of #FFAA65
Black with #FFAA65
Text Example
Text Example
White with #FFAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA65; }
p { color: rgb(255,170,101); }
H1.HeaderClassName
{
color: #FFAA65;
}
.AnyTagClassName
{
color: #FFAA65;
}
</style>
background-color css
<style>
a { background-color: #FFAA65; }
a { background-color: rgb(255,170,101); }
div.DivClassName
{
background-color: #FFAA65;
}
.BgClassName
{
background-color: #FFAA65;
}
</style>
border-color css
<style>
span { border-color: #FFAA65; }
span { border-color: rgb(255,170,101); }
td.TdClassName
{
border-color: #FFAA65;
}
.TagClassName
{
border-color: #FFAA65;
}
</style>