Shades of Rajah #FAB16A
Tints of Rajah #FAB16A
RGB
CMYK
RGB Variations
Color information
#FAB16A (or 0xFAB16A) is known color: Rajah. HEX triplet: FA, B1 and 6A. RGB value is (250,177,106). Sum of RGB (Red+Green+Blue) = 250+177+106=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB16A is #054E95. Grayscale: #BFBFBF. Windows color (decimal): -347798 or 6992378. OLE color: 6992378.
HSL color Cylindrical-coordinate representation of color #FAB16A: hue angle of 29.58º 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 #FAB16A is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 106 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.02 |
| HSL | 29.58º | 0.94% | 0.7% | - |
| HSV(B) | 29.58º | 0.58% | 0.98% | - |
| XYZ | 57.75 | 52.81 | 20.79 | - |
| YUV | 190.73 | 80.18 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 106 | 0 | 0.29 | 0.58 | 0.02 | 29.58 | 0.94 | 0.7 |
| Hex | FA | B1 | 6A | 0 | 1D | 3A | 2 | 1E | 5E | 46 |
| Octal | 372 | 261 | 152 | 0 | 35 | 72 | 2 | 36 | 136 | 106 |
| Binary | 11111010 | 10110001 | 1101010 | 0 | 11101 | 111010 | 10 | 11110 | 1011110 | 1000110 |
Color Harmonies of #FAB16A
Complementary color
Monochromatic Colors of #FAB16A
Black with #FAB16A
Text Example
Text Example
White with #FAB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB16A; }
p { color: rgb(250,177,106); }
H1.HeaderClassName
{
color: #FAB16A;
}
.AnyTagClassName
{
color: #FAB16A;
}
</style>
background-color css
<style>
a { background-color: #FAB16A; }
a { background-color: rgb(250,177,106); }
div.DivClassName
{
background-color: #FAB16A;
}
.BgClassName
{
background-color: #FAB16A;
}
</style>
border-color css
<style>
span { border-color: #FAB16A; }
span { border-color: rgb(250,177,106); }
td.TdClassName
{
border-color: #FAB16A;
}
.TagClassName
{
border-color: #FAB16A;
}
</style>