Shades of Rajah #FAB764
Tints of Rajah #FAB764
RGB
CMYK
RGB Variations
Color information
#FAB764 (or 0xFAB764) is known color: Rajah. HEX triplet: FA, B7 and 64. RGB value is (250,183,100). Sum of RGB (Red+Green+Blue) = 250+183+100=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB764 is #05489B. Grayscale: #C1C1C1. Windows color (decimal): -346268 or 6600698. OLE color: 6600698.
HSL color Cylindrical-coordinate representation of color #FAB764: hue angle of 33.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB764 is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 100 | - |
| CMYK | 0 | 0.27 | 0.6 | 0.02 |
| HSL | 33.2º | 0.94% | 0.69% | - |
| HSV(B) | 33.2º | 0.6% | 0.98% | - |
| XYZ | 58.66 | 55.11 | 19.6 | - |
| YUV | 193.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 100 | 0 | 0.27 | 0.6 | 0.02 | 33.2 | 0.94 | 0.69 |
| Hex | FA | B7 | 64 | 0 | 1B | 3C | 2 | 21 | 5E | 45 |
| Octal | 372 | 267 | 144 | 0 | 33 | 74 | 2 | 41 | 136 | 105 |
| Binary | 11111010 | 10110111 | 1100100 | 0 | 11011 | 111100 | 10 | 100001 | 1011110 | 1000101 |
Color Harmonies of #FAB764
Complementary color
Monochromatic Colors of #FAB764
Black with #FAB764
Text Example
Text Example
White with #FAB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB764; }
p { color: rgb(250,183,100); }
H1.HeaderClassName
{
color: #FAB764;
}
.AnyTagClassName
{
color: #FAB764;
}
</style>
background-color css
<style>
a { background-color: #FAB764; }
a { background-color: rgb(250,183,100); }
div.DivClassName
{
background-color: #FAB764;
}
.BgClassName
{
background-color: #FAB764;
}
</style>
border-color css
<style>
span { border-color: #FAB764; }
span { border-color: rgb(250,183,100); }
td.TdClassName
{
border-color: #FAB764;
}
.TagClassName
{
border-color: #FAB764;
}
</style>