Shades of Rajah #FFAB5C
Tints of Rajah #FFAB5C
RGB
CMYK
RGB Variations
Color information
#FFAB5C (or 0xFFAB5C) is known color: Rajah. HEX triplet: FF, AB and 5C. RGB value is (255,171,92). Sum of RGB (Red+Green+Blue) = 255+171+92=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB5C is #0054A3. Grayscale: #BBBBBB. Windows color (decimal): -21668 or 6073343. OLE color: 6073343.
HSL color Cylindrical-coordinate representation of color #FFAB5C: hue angle of 29.08º 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 #FFAB5C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 92 | - |
| CMYK | 0 | 0.33 | 0.64 | 0 |
| HSL | 29.08º | 1% | 0.68% | - |
| HSV(B) | 29.08º | 0.64% | 1% | - |
| XYZ | 57.73 | 51.16 | 16.96 | - |
| YUV | 187.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 92 | 0 | 0.33 | 0.64 | 0 | 29.08 | 1 | 0.68 |
| Hex | FF | AB | 5C | 0 | 21 | 40 | 0 | 1D | 64 | 44 |
| Octal | 377 | 253 | 134 | 0 | 41 | 100 | 0 | 35 | 144 | 104 |
| Binary | 11111111 | 10101011 | 1011100 | 0 | 100001 | 1000000 | 0 | 11101 | 1100100 | 1000100 |
Color Harmonies of #FFAB5C
Complementary color
Monochromatic Colors of #FFAB5C
Black with #FFAB5C
Text Example
Text Example
White with #FFAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB5C; }
p { color: rgb(255,171,92); }
H1.HeaderClassName
{
color: #FFAB5C;
}
.AnyTagClassName
{
color: #FFAB5C;
}
</style>
background-color css
<style>
a { background-color: #FFAB5C; }
a { background-color: rgb(255,171,92); }
div.DivClassName
{
background-color: #FFAB5C;
}
.BgClassName
{
background-color: #FFAB5C;
}
</style>
border-color css
<style>
span { border-color: #FFAB5C; }
span { border-color: rgb(255,171,92); }
td.TdClassName
{
border-color: #FFAB5C;
}
.TagClassName
{
border-color: #FFAB5C;
}
</style>