Shades of Rajah #FAB162
Tints of Rajah #FAB162
RGB
CMYK
RGB Variations
Color information
#FAB162 (or 0xFAB162) is known color: Rajah. HEX triplet: FA, B1 and 62. RGB value is (250,177,98). Sum of RGB (Red+Green+Blue) = 250+177+98=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB162 is #054E9D. Grayscale: #BEBEBE. Windows color (decimal): -347806 or 6468090. OLE color: 6468090.
HSL color Cylindrical-coordinate representation of color #FAB162: hue angle of 31.18º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAB162 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 98 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.02 |
| HSL | 31.18º | 0.94% | 0.68% | - |
| HSV(B) | 31.18º | 0.61% | 0.98% | - |
| XYZ | 57.35 | 52.65 | 18.7 | - |
| YUV | 189.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 98 | 0 | 0.29 | 0.61 | 0.02 | 31.18 | 0.94 | 0.68 |
| Hex | FA | B1 | 62 | 0 | 1D | 3D | 2 | 1F | 5E | 44 |
| Octal | 372 | 261 | 142 | 0 | 35 | 75 | 2 | 37 | 136 | 104 |
| Binary | 11111010 | 10110001 | 1100010 | 0 | 11101 | 111101 | 10 | 11111 | 1011110 | 1000100 |
Color Harmonies of #FAB162
Complementary color
Monochromatic Colors of #FAB162
Black with #FAB162
Text Example
Text Example
White with #FAB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB162; }
p { color: rgb(250,177,98); }
H1.HeaderClassName
{
color: #FAB162;
}
.AnyTagClassName
{
color: #FAB162;
}
</style>
background-color css
<style>
a { background-color: #FAB162; }
a { background-color: rgb(250,177,98); }
div.DivClassName
{
background-color: #FAB162;
}
.BgClassName
{
background-color: #FAB162;
}
</style>
border-color css
<style>
span { border-color: #FAB162; }
span { border-color: rgb(250,177,98); }
td.TdClassName
{
border-color: #FAB162;
}
.TagClassName
{
border-color: #FAB162;
}
</style>