Shades of Rajah #FAB86B
Tints of Rajah #FAB86B
RGB
CMYK
RGB Variations
Color information
#FAB86B (or 0xFAB86B) is known color: Rajah. HEX triplet: FA, B8 and 6B. RGB value is (250,184,107). Sum of RGB (Red+Green+Blue) = 250+184+107=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB86B is #054794. Grayscale: #C3C3C3. Windows color (decimal): -346005 or 7059706. OLE color: 7059706.
HSL color Cylindrical-coordinate representation of color #FAB86B: hue angle of 32.31º 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 #FAB86B is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 107 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.02 |
| HSL | 32.31º | 0.93% | 0.7% | - |
| HSV(B) | 32.31º | 0.57% | 0.98% | - |
| XYZ | 59.22 | 55.67 | 21.53 | - |
| YUV | 194.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 107 | 0 | 0.26 | 0.57 | 0.02 | 32.31 | 0.93 | 0.7 |
| Hex | FA | B8 | 6B | 0 | 1A | 39 | 2 | 20 | 5D | 46 |
| Octal | 372 | 270 | 153 | 0 | 32 | 71 | 2 | 40 | 135 | 106 |
| Binary | 11111010 | 10111000 | 1101011 | 0 | 11010 | 111001 | 10 | 100000 | 1011101 | 1000110 |
Color Harmonies of #FAB86B
Complementary color
Monochromatic Colors of #FAB86B
Black with #FAB86B
Text Example
Text Example
White with #FAB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB86B; }
p { color: rgb(250,184,107); }
H1.HeaderClassName
{
color: #FAB86B;
}
.AnyTagClassName
{
color: #FAB86B;
}
</style>
background-color css
<style>
a { background-color: #FAB86B; }
a { background-color: rgb(250,184,107); }
div.DivClassName
{
background-color: #FAB86B;
}
.BgClassName
{
background-color: #FAB86B;
}
</style>
border-color css
<style>
span { border-color: #FAB86B; }
span { border-color: rgb(250,184,107); }
td.TdClassName
{
border-color: #FAB86B;
}
.TagClassName
{
border-color: #FAB86B;
}
</style>