Shades of Rajah #FAB066
Tints of Rajah #FAB066
RGB
CMYK
RGB Variations
Color information
#FAB066 (or 0xFAB066) is known color: Rajah. HEX triplet: FA, B0 and 66. RGB value is (250,176,102). Sum of RGB (Red+Green+Blue) = 250+176+102=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB066 is #054F99. Grayscale: #BEBEBE. Windows color (decimal): -348058 or 6729978. OLE color: 6729978.
HSL color Cylindrical-coordinate representation of color #FAB066: hue angle of 30º 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 #FAB066 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 102 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.02 |
| HSL | 30º | 0.94% | 0.69% | - |
| HSV(B) | 30º | 0.59% | 0.98% | - |
| XYZ | 57.35 | 52.33 | 19.65 | - |
| YUV | 189.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 102 | 0 | 0.30 | 0.59 | 0.02 | 30 | 0.94 | 0.69 |
| Hex | FA | B0 | 66 | 0 | 1E | 3B | 2 | 1E | 5E | 45 |
| Octal | 372 | 260 | 146 | 0 | 36 | 73 | 2 | 36 | 136 | 105 |
| Binary | 11111010 | 10110000 | 1100110 | 0 | 11110 | 111011 | 10 | 11110 | 1011110 | 1000101 |
Color Harmonies of #FAB066
Complementary color
Monochromatic Colors of #FAB066
Black with #FAB066
Text Example
Text Example
White with #FAB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB066; }
p { color: rgb(250,176,102); }
H1.HeaderClassName
{
color: #FAB066;
}
.AnyTagClassName
{
color: #FAB066;
}
</style>
background-color css
<style>
a { background-color: #FAB066; }
a { background-color: rgb(250,176,102); }
div.DivClassName
{
background-color: #FAB066;
}
.BgClassName
{
background-color: #FAB066;
}
</style>
border-color css
<style>
span { border-color: #FAB066; }
span { border-color: rgb(250,176,102); }
td.TdClassName
{
border-color: #FAB066;
}
.TagClassName
{
border-color: #FAB066;
}
</style>