Shades of Rajah #FFAB65
Tints of Rajah #FFAB65
RGB
CMYK
RGB Variations
Color information
#FFAB65 (or 0xFFAB65) is known color: Rajah. HEX triplet: FF, AB and 65. RGB value is (255,171,101). Sum of RGB (Red+Green+Blue) = 255+171+101=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB65 is #00549A. Grayscale: #BCBCBC. Windows color (decimal): -21659 or 6663167. OLE color: 6663167.
HSL color Cylindrical-coordinate representation of color #FFAB65: hue angle of 27.27º 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 #FFAB65 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 101 | - |
| CMYK | 0 | 0.33 | 0.60 | 0 |
| HSL | 27.27º | 1% | 0.7% | - |
| HSV(B) | 27.27º | 0.6% | 1% | - |
| XYZ | 58.15 | 51.33 | 19.15 | - |
| YUV | 188.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 101 | 0 | 0.33 | 0.60 | 0 | 27.27 | 1 | 0.7 |
| Hex | FF | AB | 65 | 0 | 21 | 3C | 0 | 1B | 64 | 46 |
| Octal | 377 | 253 | 145 | 0 | 41 | 74 | 0 | 33 | 144 | 106 |
| Binary | 11111111 | 10101011 | 1100101 | 0 | 100001 | 111100 | 0 | 11011 | 1100100 | 1000110 |
Color Harmonies of #FFAB65
Complementary color
Monochromatic Colors of #FFAB65
Black with #FFAB65
Text Example
Text Example
White with #FFAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB65; }
p { color: rgb(255,171,101); }
H1.HeaderClassName
{
color: #FFAB65;
}
.AnyTagClassName
{
color: #FFAB65;
}
</style>
background-color css
<style>
a { background-color: #FFAB65; }
a { background-color: rgb(255,171,101); }
div.DivClassName
{
background-color: #FFAB65;
}
.BgClassName
{
background-color: #FFAB65;
}
</style>
border-color css
<style>
span { border-color: #FFAB65; }
span { border-color: rgb(255,171,101); }
td.TdClassName
{
border-color: #FFAB65;
}
.TagClassName
{
border-color: #FFAB65;
}
</style>