Shades of Rajah #FAB76A
Tints of Rajah #FAB76A
RGB
CMYK
RGB Variations
Color information
#FAB76A (or 0xFAB76A) is known color: Rajah. HEX triplet: FA, B7 and 6A. RGB value is (250,183,106). Sum of RGB (Red+Green+Blue) = 250+183+106=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB76A is #054895. Grayscale: #C2C2C2. Windows color (decimal): -346262 or 6993914. OLE color: 6993914.
HSL color Cylindrical-coordinate representation of color #FAB76A: hue angle of 32.08º 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 #FAB76A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 106 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.02 |
| HSL | 32.08º | 0.94% | 0.7% | - |
| HSV(B) | 32.08º | 0.58% | 0.98% | - |
| XYZ | 58.96 | 55.23 | 21.19 | - |
| YUV | 194.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 106 | 0 | 0.27 | 0.58 | 0.02 | 32.08 | 0.94 | 0.7 |
| Hex | FA | B7 | 6A | 0 | 1B | 3A | 2 | 20 | 5E | 46 |
| Octal | 372 | 267 | 152 | 0 | 33 | 72 | 2 | 40 | 136 | 106 |
| Binary | 11111010 | 10110111 | 1101010 | 0 | 11011 | 111010 | 10 | 100000 | 1011110 | 1000110 |
Color Harmonies of #FAB76A
Complementary color
Monochromatic Colors of #FAB76A
Black with #FAB76A
Text Example
Text Example
White with #FAB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB76A; }
p { color: rgb(250,183,106); }
H1.HeaderClassName
{
color: #FAB76A;
}
.AnyTagClassName
{
color: #FAB76A;
}
</style>
background-color css
<style>
a { background-color: #FAB76A; }
a { background-color: rgb(250,183,106); }
div.DivClassName
{
background-color: #FAB76A;
}
.BgClassName
{
background-color: #FAB76A;
}
</style>
border-color css
<style>
span { border-color: #FAB76A; }
span { border-color: rgb(250,183,106); }
td.TdClassName
{
border-color: #FAB76A;
}
.TagClassName
{
border-color: #FAB76A;
}
</style>