Shades of Rajah #FABB62
Tints of Rajah #FABB62
RGB
CMYK
RGB Variations
Color information
#FABB62 (or 0xFABB62) is known color: Rajah. HEX triplet: FA, BB and 62. RGB value is (250,187,98). Sum of RGB (Red+Green+Blue) = 250+187+98=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB62 is #05449D. Grayscale: #C4C4C4. Windows color (decimal): -345246 or 6470650. OLE color: 6470650.
HSL color Cylindrical-coordinate representation of color #FABB62: hue angle of 35.13º 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 #FABB62 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 98 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.02 |
| HSL | 35.13º | 0.94% | 0.68% | - |
| HSV(B) | 35.13º | 0.61% | 0.98% | - |
| XYZ | 59.4 | 56.75 | 19.38 | - |
| YUV | 195.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 98 | 0 | 0.25 | 0.61 | 0.02 | 35.13 | 0.94 | 0.68 |
| Hex | FA | BB | 62 | 0 | 19 | 3D | 2 | 23 | 5E | 44 |
| Octal | 372 | 273 | 142 | 0 | 31 | 75 | 2 | 43 | 136 | 104 |
| Binary | 11111010 | 10111011 | 1100010 | 0 | 11001 | 111101 | 10 | 100011 | 1011110 | 1000100 |
Color Harmonies of #FABB62
Complementary color
Monochromatic Colors of #FABB62
Black with #FABB62
Text Example
Text Example
White with #FABB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB62; }
p { color: rgb(250,187,98); }
H1.HeaderClassName
{
color: #FABB62;
}
.AnyTagClassName
{
color: #FABB62;
}
</style>
background-color css
<style>
a { background-color: #FABB62; }
a { background-color: rgb(250,187,98); }
div.DivClassName
{
background-color: #FABB62;
}
.BgClassName
{
background-color: #FABB62;
}
</style>
border-color css
<style>
span { border-color: #FABB62; }
span { border-color: rgb(250,187,98); }
td.TdClassName
{
border-color: #FABB62;
}
.TagClassName
{
border-color: #FABB62;
}
</style>