Shades of Rajah #FABA60
Tints of Rajah #FABA60
RGB
CMYK
RGB Variations
Color information
#FABA60 (or 0xFABA60) is known color: Rajah. HEX triplet: FA, BA and 60. RGB value is (250,186,96). Sum of RGB (Red+Green+Blue) = 250+186+96=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA60 is #05459F. Grayscale: #C3C3C3. Windows color (decimal): -345504 or 6339322. OLE color: 6339322.
HSL color Cylindrical-coordinate representation of color #FABA60: hue angle of 35.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FABA60 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 96 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.02 |
| HSL | 35.06º | 0.94% | 0.68% | - |
| HSV(B) | 35.06º | 0.62% | 0.98% | - |
| XYZ | 59.09 | 56.29 | 18.82 | - |
| YUV | 194.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 96 | 0 | 0.26 | 0.62 | 0.02 | 35.06 | 0.94 | 0.68 |
| Hex | FA | BA | 60 | 0 | 1A | 3E | 2 | 23 | 5E | 44 |
| Octal | 372 | 272 | 140 | 0 | 32 | 76 | 2 | 43 | 136 | 104 |
| Binary | 11111010 | 10111010 | 1100000 | 0 | 11010 | 111110 | 10 | 100011 | 1011110 | 1000100 |
Color Harmonies of #FABA60
Complementary color
Monochromatic Colors of #FABA60
Black with #FABA60
Text Example
Text Example
White with #FABA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA60; }
p { color: rgb(250,186,96); }
H1.HeaderClassName
{
color: #FABA60;
}
.AnyTagClassName
{
color: #FABA60;
}
</style>
background-color css
<style>
a { background-color: #FABA60; }
a { background-color: rgb(250,186,96); }
div.DivClassName
{
background-color: #FABA60;
}
.BgClassName
{
background-color: #FABA60;
}
</style>
border-color css
<style>
span { border-color: #FABA60; }
span { border-color: rgb(250,186,96); }
td.TdClassName
{
border-color: #FABA60;
}
.TagClassName
{
border-color: #FABA60;
}
</style>