Shades of Rajah #FABA63
Tints of Rajah #FABA63
RGB
CMYK
RGB Variations
Color information
#FABA63 (or 0xFABA63) is known color: Rajah. HEX triplet: FA, BA and 63. RGB value is (250,186,99). Sum of RGB (Red+Green+Blue) = 250+186+99=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA63 is #05459C. Grayscale: #C3C3C3. Windows color (decimal): -345501 or 6535930. OLE color: 6535930.
HSL color Cylindrical-coordinate representation of color #FABA63: hue angle of 34.57º degrees, saturation: 0.94, 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 #FABA63 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 99 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.02 |
| HSL | 34.57º | 0.94% | 0.68% | - |
| HSV(B) | 34.57º | 0.6% | 0.98% | - |
| XYZ | 59.24 | 56.34 | 19.56 | - |
| YUV | 195.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 99 | 0 | 0.26 | 0.60 | 0.02 | 34.57 | 0.94 | 0.68 |
| Hex | FA | BA | 63 | 0 | 1A | 3C | 2 | 23 | 5E | 44 |
| Octal | 372 | 272 | 143 | 0 | 32 | 74 | 2 | 43 | 136 | 104 |
| Binary | 11111010 | 10111010 | 1100011 | 0 | 11010 | 111100 | 10 | 100011 | 1011110 | 1000100 |
Color Harmonies of #FABA63
Complementary color
Monochromatic Colors of #FABA63
Black with #FABA63
Text Example
Text Example
White with #FABA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA63; }
p { color: rgb(250,186,99); }
H1.HeaderClassName
{
color: #FABA63;
}
.AnyTagClassName
{
color: #FABA63;
}
</style>
background-color css
<style>
a { background-color: #FABA63; }
a { background-color: rgb(250,186,99); }
div.DivClassName
{
background-color: #FABA63;
}
.BgClassName
{
background-color: #FABA63;
}
</style>
border-color css
<style>
span { border-color: #FABA63; }
span { border-color: rgb(250,186,99); }
td.TdClassName
{
border-color: #FABA63;
}
.TagClassName
{
border-color: #FABA63;
}
</style>