Shades of Rajah #FFAB5F
Tints of Rajah #FFAB5F
RGB
CMYK
RGB Variations
Color information
#FFAB5F (or 0xFFAB5F) is known color: Rajah. HEX triplet: FF, AB and 5F. RGB value is (255,171,95). Sum of RGB (Red+Green+Blue) = 255+171+95=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB5F is #0054A0. Grayscale: #BBBBBB. Windows color (decimal): -21665 or 6269951. OLE color: 6269951.
HSL color Cylindrical-coordinate representation of color #FFAB5F: hue angle of 28.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFAB5F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 95 | - |
| CMYK | 0 | 0.33 | 0.63 | 0 |
| HSL | 28.5º | 1% | 0.69% | - |
| HSV(B) | 28.5º | 0.63% | 1% | - |
| XYZ | 57.87 | 51.21 | 17.66 | - |
| YUV | 187.45 | 75.83 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 95 | 0 | 0.33 | 0.63 | 0 | 28.5 | 1 | 0.69 |
| Hex | FF | AB | 5F | 0 | 21 | 3F | 0 | 1C | 64 | 45 |
| Octal | 377 | 253 | 137 | 0 | 41 | 77 | 0 | 34 | 144 | 105 |
| Binary | 11111111 | 10101011 | 1011111 | 0 | 100001 | 111111 | 0 | 11100 | 1100100 | 1000101 |
Color Harmonies of #FFAB5F
Complementary color
Monochromatic Colors of #FFAB5F
Black with #FFAB5F
Text Example
Text Example
White with #FFAB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB5F; }
p { color: rgb(255,171,95); }
H1.HeaderClassName
{
color: #FFAB5F;
}
.AnyTagClassName
{
color: #FFAB5F;
}
</style>
background-color css
<style>
a { background-color: #FFAB5F; }
a { background-color: rgb(255,171,95); }
div.DivClassName
{
background-color: #FFAB5F;
}
.BgClassName
{
background-color: #FFAB5F;
}
</style>
border-color css
<style>
span { border-color: #FFAB5F; }
span { border-color: rgb(255,171,95); }
td.TdClassName
{
border-color: #FFAB5F;
}
.TagClassName
{
border-color: #FFAB5F;
}
</style>