Shades of Rajah #FABD64
Tints of Rajah #FABD64
RGB
CMYK
RGB Variations
Color information
#FABD64 (or 0xFABD64) is known color: Rajah. HEX triplet: FA, BD and 64. RGB value is (250,189,100). Sum of RGB (Red+Green+Blue) = 250+189+100=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD64 is #05429B. Grayscale: #C5C5C5. Windows color (decimal): -344732 or 6602234. OLE color: 6602234.
HSL color Cylindrical-coordinate representation of color #FABD64: hue angle of 35.6º 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 #FABD64 is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 100 | - |
| CMYK | 0 | 0.24 | 0.6 | 0.02 |
| HSL | 35.6º | 0.94% | 0.69% | - |
| HSV(B) | 35.6º | 0.6% | 0.98% | - |
| XYZ | 59.92 | 57.64 | 20.02 | - |
| YUV | 197.09 | 73.21 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 100 | 0 | 0.24 | 0.6 | 0.02 | 35.6 | 0.94 | 0.69 |
| Hex | FA | BD | 64 | 0 | 18 | 3C | 2 | 24 | 5E | 45 |
| Octal | 372 | 275 | 144 | 0 | 30 | 74 | 2 | 44 | 136 | 105 |
| Binary | 11111010 | 10111101 | 1100100 | 0 | 11000 | 111100 | 10 | 100100 | 1011110 | 1000101 |
Color Harmonies of #FABD64
Complementary color
Monochromatic Colors of #FABD64
Black with #FABD64
Text Example
Text Example
White with #FABD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD64; }
p { color: rgb(250,189,100); }
H1.HeaderClassName
{
color: #FABD64;
}
.AnyTagClassName
{
color: #FABD64;
}
</style>
background-color css
<style>
a { background-color: #FABD64; }
a { background-color: rgb(250,189,100); }
div.DivClassName
{
background-color: #FABD64;
}
.BgClassName
{
background-color: #FABD64;
}
</style>
border-color css
<style>
span { border-color: #FABD64; }
span { border-color: rgb(250,189,100); }
td.TdClassName
{
border-color: #FABD64;
}
.TagClassName
{
border-color: #FABD64;
}
</style>