Shades of Rajah #FAB16B
Tints of Rajah #FAB16B
RGB
CMYK
RGB Variations
Color information
#FAB16B (or 0xFAB16B) is known color: Rajah. HEX triplet: FA, B1 and 6B. RGB value is (250,177,107). Sum of RGB (Red+Green+Blue) = 250+177+107=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB16B is #054E94. Grayscale: #BFBFBF. Windows color (decimal): -347797 or 7057914. OLE color: 7057914.
HSL color Cylindrical-coordinate representation of color #FAB16B: hue angle of 29.37º 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 #FAB16B is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 107 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.02 |
| HSL | 29.37º | 0.93% | 0.7% | - |
| HSV(B) | 29.37º | 0.57% | 0.98% | - |
| XYZ | 57.8 | 52.83 | 21.06 | - |
| YUV | 190.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 107 | 0 | 0.29 | 0.57 | 0.02 | 29.37 | 0.93 | 0.7 |
| Hex | FA | B1 | 6B | 0 | 1D | 39 | 2 | 1D | 5D | 46 |
| Octal | 372 | 261 | 153 | 0 | 35 | 71 | 2 | 35 | 135 | 106 |
| Binary | 11111010 | 10110001 | 1101011 | 0 | 11101 | 111001 | 10 | 11101 | 1011101 | 1000110 |
Color Harmonies of #FAB16B
Complementary color
Monochromatic Colors of #FAB16B
Black with #FAB16B
Text Example
Text Example
White with #FAB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB16B; }
p { color: rgb(250,177,107); }
H1.HeaderClassName
{
color: #FAB16B;
}
.AnyTagClassName
{
color: #FAB16B;
}
</style>
background-color css
<style>
a { background-color: #FAB16B; }
a { background-color: rgb(250,177,107); }
div.DivClassName
{
background-color: #FAB16B;
}
.BgClassName
{
background-color: #FAB16B;
}
</style>
border-color css
<style>
span { border-color: #FAB16B; }
span { border-color: rgb(250,177,107); }
td.TdClassName
{
border-color: #FAB16B;
}
.TagClassName
{
border-color: #FAB16B;
}
</style>