Shades of Rajah #FFAB63
Tints of Rajah #FFAB63
RGB
CMYK
RGB Variations
Color information
#FFAB63 (or 0xFFAB63) is known color: Rajah. HEX triplet: FF, AB and 63. RGB value is (255,171,99). Sum of RGB (Red+Green+Blue) = 255+171+99=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB63 is #00549C. Grayscale: #BCBCBC. Windows color (decimal): -21661 or 6532095. OLE color: 6532095.
HSL color Cylindrical-coordinate representation of color #FFAB63: hue angle of 27.69º 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 #FFAB63 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 99 | - |
| CMYK | 0 | 0.33 | 0.61 | 0 |
| HSL | 27.69º | 1% | 0.69% | - |
| HSV(B) | 27.69º | 0.61% | 1% | - |
| XYZ | 58.06 | 51.29 | 18.64 | - |
| YUV | 187.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 99 | 0 | 0.33 | 0.61 | 0 | 27.69 | 1 | 0.69 |
| Hex | FF | AB | 63 | 0 | 21 | 3D | 0 | 1C | 64 | 45 |
| Octal | 377 | 253 | 143 | 0 | 41 | 75 | 0 | 34 | 144 | 105 |
| Binary | 11111111 | 10101011 | 1100011 | 0 | 100001 | 111101 | 0 | 11100 | 1100100 | 1000101 |
Color Harmonies of #FFAB63
Complementary color
Monochromatic Colors of #FFAB63
Black with #FFAB63
Text Example
Text Example
White with #FFAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB63; }
p { color: rgb(255,171,99); }
H1.HeaderClassName
{
color: #FFAB63;
}
.AnyTagClassName
{
color: #FFAB63;
}
</style>
background-color css
<style>
a { background-color: #FFAB63; }
a { background-color: rgb(255,171,99); }
div.DivClassName
{
background-color: #FFAB63;
}
.BgClassName
{
background-color: #FFAB63;
}
</style>
border-color css
<style>
span { border-color: #FFAB63; }
span { border-color: rgb(255,171,99); }
td.TdClassName
{
border-color: #FFAB63;
}
.TagClassName
{
border-color: #FFAB63;
}
</style>