Shades of Rajah #FFAB61
Tints of Rajah #FFAB61
RGB
CMYK
RGB Variations
Color information
#FFAB61 (or 0xFFAB61) is known color: Rajah. HEX triplet: FF, AB and 61. RGB value is (255,171,97). Sum of RGB (Red+Green+Blue) = 255+171+97=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB61 is #00549E. Grayscale: #BCBCBC. Windows color (decimal): -21663 or 6401023. OLE color: 6401023.
HSL color Cylindrical-coordinate representation of color #FFAB61: hue angle of 28.1º 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 #FFAB61 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 97 | - |
| CMYK | 0 | 0.33 | 0.62 | 0 |
| HSL | 28.1º | 1% | 0.69% | - |
| HSV(B) | 28.1º | 0.62% | 1% | - |
| XYZ | 57.96 | 51.25 | 18.15 | - |
| YUV | 187.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 97 | 0 | 0.33 | 0.62 | 0 | 28.1 | 1 | 0.69 |
| Hex | FF | AB | 61 | 0 | 21 | 3E | 0 | 1C | 64 | 45 |
| Octal | 377 | 253 | 141 | 0 | 41 | 76 | 0 | 34 | 144 | 105 |
| Binary | 11111111 | 10101011 | 1100001 | 0 | 100001 | 111110 | 0 | 11100 | 1100100 | 1000101 |
Color Harmonies of #FFAB61
Complementary color
Monochromatic Colors of #FFAB61
Black with #FFAB61
Text Example
Text Example
White with #FFAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB61; }
p { color: rgb(255,171,97); }
H1.HeaderClassName
{
color: #FFAB61;
}
.AnyTagClassName
{
color: #FFAB61;
}
</style>
background-color css
<style>
a { background-color: #FFAB61; }
a { background-color: rgb(255,171,97); }
div.DivClassName
{
background-color: #FFAB61;
}
.BgClassName
{
background-color: #FFAB61;
}
</style>
border-color css
<style>
span { border-color: #FFAB61; }
span { border-color: rgb(255,171,97); }
td.TdClassName
{
border-color: #FFAB61;
}
.TagClassName
{
border-color: #FFAB61;
}
</style>