Shades of Rajah #FAB96B
Tints of Rajah #FAB96B
RGB
CMYK
RGB Variations
Color information
#FAB96B (or 0xFAB96B) is known color: Rajah. HEX triplet: FA, B9 and 6B. RGB value is (250,185,107). Sum of RGB (Red+Green+Blue) = 250+185+107=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB96B is #054694. Grayscale: #C3C3C3. Windows color (decimal): -345749 or 7059962. OLE color: 7059962.
HSL color Cylindrical-coordinate representation of color #FAB96B: hue angle of 32.73º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAB96B is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 107 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.02 |
| HSL | 32.73º | 0.93% | 0.7% | - |
| HSV(B) | 32.73º | 0.57% | 0.98% | - |
| XYZ | 59.43 | 56.08 | 21.6 | - |
| YUV | 195.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 107 | 0 | 0.26 | 0.57 | 0.02 | 32.73 | 0.93 | 0.7 |
| Hex | FA | B9 | 6B | 0 | 1A | 39 | 2 | 21 | 5D | 46 |
| Octal | 372 | 271 | 153 | 0 | 32 | 71 | 2 | 41 | 135 | 106 |
| Binary | 11111010 | 10111001 | 1101011 | 0 | 11010 | 111001 | 10 | 100001 | 1011101 | 1000110 |
Color Harmonies of #FAB96B
Complementary color
Monochromatic Colors of #FAB96B
Black with #FAB96B
Text Example
Text Example
White with #FAB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB96B; }
p { color: rgb(250,185,107); }
H1.HeaderClassName
{
color: #FAB96B;
}
.AnyTagClassName
{
color: #FAB96B;
}
</style>
background-color css
<style>
a { background-color: #FAB96B; }
a { background-color: rgb(250,185,107); }
div.DivClassName
{
background-color: #FAB96B;
}
.BgClassName
{
background-color: #FAB96B;
}
</style>
border-color css
<style>
span { border-color: #FAB96B; }
span { border-color: rgb(250,185,107); }
td.TdClassName
{
border-color: #FAB96B;
}
.TagClassName
{
border-color: #FAB96B;
}
</style>