Shades of Rajah #FAB666
Tints of Rajah #FAB666
RGB
CMYK
RGB Variations
Color information
#FAB666 (or 0xFAB666) is known color: Rajah. HEX triplet: FA, B6 and 66. RGB value is (250,182,102). Sum of RGB (Red+Green+Blue) = 250+182+102=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB666 is #054999. Grayscale: #C1C1C1. Windows color (decimal): -346522 or 6731514. OLE color: 6731514.
HSL color Cylindrical-coordinate representation of color #FAB666: hue angle of 32.43º 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 #FAB666 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 102 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.02 |
| HSL | 32.43º | 0.94% | 0.69% | - |
| HSV(B) | 32.43º | 0.59% | 0.98% | - |
| XYZ | 58.55 | 54.74 | 20.05 | - |
| YUV | 193.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 102 | 0 | 0.27 | 0.59 | 0.02 | 32.43 | 0.94 | 0.69 |
| Hex | FA | B6 | 66 | 0 | 1B | 3B | 2 | 20 | 5E | 45 |
| Octal | 372 | 266 | 146 | 0 | 33 | 73 | 2 | 40 | 136 | 105 |
| Binary | 11111010 | 10110110 | 1100110 | 0 | 11011 | 111011 | 10 | 100000 | 1011110 | 1000101 |
Color Harmonies of #FAB666
Complementary color
Monochromatic Colors of #FAB666
Black with #FAB666
Text Example
Text Example
White with #FAB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB666; }
p { color: rgb(250,182,102); }
H1.HeaderClassName
{
color: #FAB666;
}
.AnyTagClassName
{
color: #FAB666;
}
</style>
background-color css
<style>
a { background-color: #FAB666; }
a { background-color: rgb(250,182,102); }
div.DivClassName
{
background-color: #FAB666;
}
.BgClassName
{
background-color: #FAB666;
}
</style>
border-color css
<style>
span { border-color: #FAB666; }
span { border-color: rgb(250,182,102); }
td.TdClassName
{
border-color: #FAB666;
}
.TagClassName
{
border-color: #FAB666;
}
</style>