Shades of Rajah #F9AB64
Tints of Rajah #F9AB64
RGB
CMYK
RGB Variations
Color information
#F9AB64 (or 0xF9AB64) is known color: Rajah. HEX triplet: F9, AB and 64. RGB value is (249,171,100). Sum of RGB (Red+Green+Blue) = 249+171+100=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB64 is #06549B. Grayscale: #BABABA. Windows color (decimal): -414876 or 6597625. OLE color: 6597625.
HSL color Cylindrical-coordinate representation of color #F9AB64: hue angle of 28.59º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9AB64 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 100 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.02 |
| HSL | 28.59º | 0.93% | 0.68% | - |
| HSV(B) | 28.59º | 0.6% | 0.98% | - |
| XYZ | 55.93 | 50.19 | 18.8 | - |
| YUV | 186.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 100 | 0 | 0.31 | 0.60 | 0.02 | 28.59 | 0.93 | 0.68 |
| Hex | F9 | AB | 64 | 0 | 1F | 3C | 2 | 1D | 5D | 44 |
| Octal | 371 | 253 | 144 | 0 | 37 | 74 | 2 | 35 | 135 | 104 |
| Binary | 11111001 | 10101011 | 1100100 | 0 | 11111 | 111100 | 10 | 11101 | 1011101 | 1000100 |
Color Harmonies of #F9AB64
Complementary color
Monochromatic Colors of #F9AB64
Black with #F9AB64
Text Example
Text Example
White with #F9AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AB64; }
p { color: rgb(249,171,100); }
H1.HeaderClassName
{
color: #F9AB64;
}
.AnyTagClassName
{
color: #F9AB64;
}
</style>
background-color css
<style>
a { background-color: #F9AB64; }
a { background-color: rgb(249,171,100); }
div.DivClassName
{
background-color: #F9AB64;
}
.BgClassName
{
background-color: #F9AB64;
}
</style>
border-color css
<style>
span { border-color: #F9AB64; }
span { border-color: rgb(249,171,100); }
td.TdClassName
{
border-color: #F9AB64;
}
.TagClassName
{
border-color: #F9AB64;
}
</style>