Shades of Rajah #FFAB5D
Tints of Rajah #FFAB5D
RGB
CMYK
RGB Variations
Color information
#FFAB5D (or 0xFFAB5D) is known color: Rajah. HEX triplet: FF, AB and 5D. RGB value is (255,171,93). Sum of RGB (Red+Green+Blue) = 255+171+93=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB5D is #0054A2. Grayscale: #BBBBBB. Windows color (decimal): -21667 or 6138879. OLE color: 6138879.
HSL color Cylindrical-coordinate representation of color #FFAB5D: hue angle of 28.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFAB5D is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 93 | - |
| CMYK | 0 | 0.33 | 0.64 | 0 |
| HSL | 28.89º | 1% | 0.68% | - |
| HSV(B) | 28.89º | 0.64% | 1% | - |
| XYZ | 57.78 | 51.18 | 17.19 | - |
| YUV | 187.22 | 74.83 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 93 | 0 | 0.33 | 0.64 | 0 | 28.89 | 1 | 0.68 |
| Hex | FF | AB | 5D | 0 | 21 | 40 | 0 | 1D | 64 | 44 |
| Octal | 377 | 253 | 135 | 0 | 41 | 100 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101011 | 1011101 | 0 | 100001 | 1000000 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAB5D
Complementary color
Monochromatic Colors of #FFAB5D
Black with #FFAB5D
Text Example
Text Example
White with #FFAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB5D; }
p { color: rgb(255,171,93); }
H1.HeaderClassName
{
color: #FFAB5D;
}
.AnyTagClassName
{
color: #FFAB5D;
}
</style>
background-color css
<style>
a { background-color: #FFAB5D; }
a { background-color: rgb(255,171,93); }
div.DivClassName
{
background-color: #FFAB5D;
}
.BgClassName
{
background-color: #FFAB5D;
}
</style>
border-color css
<style>
span { border-color: #FFAB5D; }
span { border-color: rgb(255,171,93); }
td.TdClassName
{
border-color: #FFAB5D;
}
.TagClassName
{
border-color: #FFAB5D;
}
</style>