Shades of Rajah #FAB166
Tints of Rajah #FAB166
RGB
CMYK
RGB Variations
Color information
#FAB166 (or 0xFAB166) is known color: Rajah. HEX triplet: FA, B1 and 66. RGB value is (250,177,102). Sum of RGB (Red+Green+Blue) = 250+177+102=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB166 is #054E99. Grayscale: #BEBEBE. Windows color (decimal): -347802 or 6730234. OLE color: 6730234.
HSL color Cylindrical-coordinate representation of color #FAB166: hue angle of 30.41º 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 #FAB166 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 102 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.02 |
| HSL | 30.41º | 0.94% | 0.69% | - |
| HSV(B) | 30.41º | 0.59% | 0.98% | - |
| XYZ | 57.54 | 52.73 | 19.71 | - |
| YUV | 190.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 102 | 0 | 0.29 | 0.59 | 0.02 | 30.41 | 0.94 | 0.69 |
| Hex | FA | B1 | 66 | 0 | 1D | 3B | 2 | 1E | 5E | 45 |
| Octal | 372 | 261 | 146 | 0 | 35 | 73 | 2 | 36 | 136 | 105 |
| Binary | 11111010 | 10110001 | 1100110 | 0 | 11101 | 111011 | 10 | 11110 | 1011110 | 1000101 |
Color Harmonies of #FAB166
Complementary color
Monochromatic Colors of #FAB166
Black with #FAB166
Text Example
Text Example
White with #FAB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB166; }
p { color: rgb(250,177,102); }
H1.HeaderClassName
{
color: #FAB166;
}
.AnyTagClassName
{
color: #FAB166;
}
</style>
background-color css
<style>
a { background-color: #FAB166; }
a { background-color: rgb(250,177,102); }
div.DivClassName
{
background-color: #FAB166;
}
.BgClassName
{
background-color: #FAB166;
}
</style>
border-color css
<style>
span { border-color: #FAB166; }
span { border-color: rgb(250,177,102); }
td.TdClassName
{
border-color: #FAB166;
}
.TagClassName
{
border-color: #FAB166;
}
</style>