Shades of Rajah #FAB16C
Tints of Rajah #FAB16C
RGB
CMYK
RGB Variations
Color information
#FAB16C (or 0xFAB16C) is known color: Rajah. HEX triplet: FA, B1 and 6C. RGB value is (250,177,108). Sum of RGB (Red+Green+Blue) = 250+177+108=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB16C is #054E93. Grayscale: #BFBFBF. Windows color (decimal): -347796 or 7123450. OLE color: 7123450.
HSL color Cylindrical-coordinate representation of color #FAB16C: hue angle of 29.15º 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 #FAB16C is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 108 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.02 |
| HSL | 29.15º | 0.93% | 0.7% | - |
| HSV(B) | 29.15º | 0.57% | 0.98% | - |
| XYZ | 57.85 | 52.85 | 21.34 | - |
| YUV | 190.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 108 | 0 | 0.29 | 0.57 | 0.02 | 29.15 | 0.93 | 0.7 |
| Hex | FA | B1 | 6C | 0 | 1D | 39 | 2 | 1D | 5D | 46 |
| Octal | 372 | 261 | 154 | 0 | 35 | 71 | 2 | 35 | 135 | 106 |
| Binary | 11111010 | 10110001 | 1101100 | 0 | 11101 | 111001 | 10 | 11101 | 1011101 | 1000110 |
Color Harmonies of #FAB16C
Complementary color
Monochromatic Colors of #FAB16C
Black with #FAB16C
Text Example
Text Example
White with #FAB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB16C; }
p { color: rgb(250,177,108); }
H1.HeaderClassName
{
color: #FAB16C;
}
.AnyTagClassName
{
color: #FAB16C;
}
</style>
background-color css
<style>
a { background-color: #FAB16C; }
a { background-color: rgb(250,177,108); }
div.DivClassName
{
background-color: #FAB16C;
}
.BgClassName
{
background-color: #FAB16C;
}
</style>
border-color css
<style>
span { border-color: #FAB16C; }
span { border-color: rgb(250,177,108); }
td.TdClassName
{
border-color: #FAB16C;
}
.TagClassName
{
border-color: #FAB16C;
}
</style>