Shades of Rajah #FABA68
Tints of Rajah #FABA68
RGB
CMYK
RGB Variations
Color information
#FABA68 (or 0xFABA68) is known color: Rajah. HEX triplet: FA, BA and 68. RGB value is (250,186,104). Sum of RGB (Red+Green+Blue) = 250+186+104=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA68 is #054597. Grayscale: #C4C4C4. Windows color (decimal): -345496 or 6863610. OLE color: 6863610.
HSL color Cylindrical-coordinate representation of color #FABA68: hue angle of 33.7º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FABA68 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 104 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.02 |
| HSL | 33.7º | 0.94% | 0.69% | - |
| HSV(B) | 33.7º | 0.58% | 0.98% | - |
| XYZ | 59.48 | 56.44 | 20.86 | - |
| YUV | 195.79 | 76.2 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 104 | 0 | 0.26 | 0.58 | 0.02 | 33.7 | 0.94 | 0.69 |
| Hex | FA | BA | 68 | 0 | 1A | 3A | 2 | 22 | 5E | 45 |
| Octal | 372 | 272 | 150 | 0 | 32 | 72 | 2 | 42 | 136 | 105 |
| Binary | 11111010 | 10111010 | 1101000 | 0 | 11010 | 111010 | 10 | 100010 | 1011110 | 1000101 |
Color Harmonies of #FABA68
Complementary color
Monochromatic Colors of #FABA68
Black with #FABA68
Text Example
Text Example
White with #FABA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA68; }
p { color: rgb(250,186,104); }
H1.HeaderClassName
{
color: #FABA68;
}
.AnyTagClassName
{
color: #FABA68;
}
</style>
background-color css
<style>
a { background-color: #FABA68; }
a { background-color: rgb(250,186,104); }
div.DivClassName
{
background-color: #FABA68;
}
.BgClassName
{
background-color: #FABA68;
}
</style>
border-color css
<style>
span { border-color: #FABA68; }
span { border-color: rgb(250,186,104); }
td.TdClassName
{
border-color: #FABA68;
}
.TagClassName
{
border-color: #FABA68;
}
</style>