Shades of Rajah #FFAB60
Tints of Rajah #FFAB60
RGB
CMYK
RGB Variations
Color information
#FFAB60 (or 0xFFAB60) is known color: Rajah. HEX triplet: FF, AB and 60. RGB value is (255,171,96). Sum of RGB (Red+Green+Blue) = 255+171+96=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB60 is #00549F. Grayscale: #BBBBBB. Windows color (decimal): -21664 or 6335487. OLE color: 6335487.
HSL color Cylindrical-coordinate representation of color #FFAB60: hue angle of 28.3º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFAB60 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 96 | - |
| CMYK | 0 | 0.33 | 0.62 | 0 |
| HSL | 28.3º | 1% | 0.69% | - |
| HSV(B) | 28.3º | 0.62% | 1% | - |
| XYZ | 57.91 | 51.23 | 17.9 | - |
| YUV | 187.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 96 | 0 | 0.33 | 0.62 | 0 | 28.3 | 1 | 0.69 |
| Hex | FF | AB | 60 | 0 | 21 | 3E | 0 | 1C | 64 | 45 |
| Octal | 377 | 253 | 140 | 0 | 41 | 76 | 0 | 34 | 144 | 105 |
| Binary | 11111111 | 10101011 | 1100000 | 0 | 100001 | 111110 | 0 | 11100 | 1100100 | 1000101 |
Color Harmonies of #FFAB60
Complementary color
Monochromatic Colors of #FFAB60
Black with #FFAB60
Text Example
Text Example
White with #FFAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB60; }
p { color: rgb(255,171,96); }
H1.HeaderClassName
{
color: #FFAB60;
}
.AnyTagClassName
{
color: #FFAB60;
}
</style>
background-color css
<style>
a { background-color: #FFAB60; }
a { background-color: rgb(255,171,96); }
div.DivClassName
{
background-color: #FFAB60;
}
.BgClassName
{
background-color: #FFAB60;
}
</style>
border-color css
<style>
span { border-color: #FFAB60; }
span { border-color: rgb(255,171,96); }
td.TdClassName
{
border-color: #FFAB60;
}
.TagClassName
{
border-color: #FFAB60;
}
</style>