Shades of Rajah #FAB66A
Tints of Rajah #FAB66A
RGB
CMYK
RGB Variations
Color information
#FAB66A (or 0xFAB66A) is known color: Rajah. HEX triplet: FA, B6 and 6A. RGB value is (250,182,106). Sum of RGB (Red+Green+Blue) = 250+182+106=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB66A is #054995. Grayscale: #C2C2C2. Windows color (decimal): -346518 or 6993658. OLE color: 6993658.
HSL color Cylindrical-coordinate representation of color #FAB66A: hue angle of 31.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAB66A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 106 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.02 |
| HSL | 31.67º | 0.94% | 0.7% | - |
| HSV(B) | 31.67º | 0.58% | 0.98% | - |
| XYZ | 58.75 | 54.82 | 21.12 | - |
| YUV | 193.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 106 | 0 | 0.27 | 0.58 | 0.02 | 31.67 | 0.94 | 0.7 |
| Hex | FA | B6 | 6A | 0 | 1B | 3A | 2 | 20 | 5E | 46 |
| Octal | 372 | 266 | 152 | 0 | 33 | 72 | 2 | 40 | 136 | 106 |
| Binary | 11111010 | 10110110 | 1101010 | 0 | 11011 | 111010 | 10 | 100000 | 1011110 | 1000110 |
Color Harmonies of #FAB66A
Complementary color
Monochromatic Colors of #FAB66A
Black with #FAB66A
Text Example
Text Example
White with #FAB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB66A; }
p { color: rgb(250,182,106); }
H1.HeaderClassName
{
color: #FAB66A;
}
.AnyTagClassName
{
color: #FAB66A;
}
</style>
background-color css
<style>
a { background-color: #FAB66A; }
a { background-color: rgb(250,182,106); }
div.DivClassName
{
background-color: #FAB66A;
}
.BgClassName
{
background-color: #FAB66A;
}
</style>
border-color css
<style>
span { border-color: #FAB66A; }
span { border-color: rgb(250,182,106); }
td.TdClassName
{
border-color: #FAB66A;
}
.TagClassName
{
border-color: #FAB66A;
}
</style>