Shades of Rajah #FAB466
Tints of Rajah #FAB466
RGB
CMYK
RGB Variations
Color information
#FAB466 (or 0xFAB466) is known color: Rajah. HEX triplet: FA, B4 and 66. RGB value is (250,180,102). Sum of RGB (Red+Green+Blue) = 250+180+102=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB466 is #054B99. Grayscale: #C0C0C0. Windows color (decimal): -347034 or 6731002. OLE color: 6731002.
HSL color Cylindrical-coordinate representation of color #FAB466: hue angle of 31.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAB466 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 102 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.02 |
| HSL | 31.62º | 0.94% | 0.69% | - |
| HSV(B) | 31.62º | 0.59% | 0.98% | - |
| XYZ | 58.14 | 53.93 | 19.91 | - |
| YUV | 192.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 102 | 0 | 0.28 | 0.59 | 0.02 | 31.62 | 0.94 | 0.69 |
| Hex | FA | B4 | 66 | 0 | 1C | 3B | 2 | 20 | 5E | 45 |
| Octal | 372 | 264 | 146 | 0 | 34 | 73 | 2 | 40 | 136 | 105 |
| Binary | 11111010 | 10110100 | 1100110 | 0 | 11100 | 111011 | 10 | 100000 | 1011110 | 1000101 |
Color Harmonies of #FAB466
Complementary color
Monochromatic Colors of #FAB466
Black with #FAB466
Text Example
Text Example
White with #FAB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB466; }
p { color: rgb(250,180,102); }
H1.HeaderClassName
{
color: #FAB466;
}
.AnyTagClassName
{
color: #FAB466;
}
</style>
background-color css
<style>
a { background-color: #FAB466; }
a { background-color: rgb(250,180,102); }
div.DivClassName
{
background-color: #FAB466;
}
.BgClassName
{
background-color: #FAB466;
}
</style>
border-color css
<style>
span { border-color: #FAB466; }
span { border-color: rgb(250,180,102); }
td.TdClassName
{
border-color: #FAB466;
}
.TagClassName
{
border-color: #FAB466;
}
</style>