Shades of Rajah #FAB563
Tints of Rajah #FAB563
RGB
CMYK
RGB Variations
Color information
#FAB563 (or 0xFAB563) is known color: Rajah. HEX triplet: FA, B5 and 63. RGB value is (250,181,99). Sum of RGB (Red+Green+Blue) = 250+181+99=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB563 is #054A9C. Grayscale: #C0C0C0. Windows color (decimal): -346781 or 6534650. OLE color: 6534650.
HSL color Cylindrical-coordinate representation of color #FAB563: hue angle of 32.58º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB563 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 99 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.02 |
| HSL | 32.58º | 0.94% | 0.68% | - |
| HSV(B) | 32.58º | 0.6% | 0.98% | - |
| XYZ | 58.2 | 54.27 | 19.21 | - |
| YUV | 192.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 99 | 0 | 0.28 | 0.60 | 0.02 | 32.58 | 0.94 | 0.68 |
| Hex | FA | B5 | 63 | 0 | 1C | 3C | 2 | 21 | 5E | 44 |
| Octal | 372 | 265 | 143 | 0 | 34 | 74 | 2 | 41 | 136 | 104 |
| Binary | 11111010 | 10110101 | 1100011 | 0 | 11100 | 111100 | 10 | 100001 | 1011110 | 1000100 |
Color Harmonies of #FAB563
Complementary color
Monochromatic Colors of #FAB563
Black with #FAB563
Text Example
Text Example
White with #FAB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB563; }
p { color: rgb(250,181,99); }
H1.HeaderClassName
{
color: #FAB563;
}
.AnyTagClassName
{
color: #FAB563;
}
</style>
background-color css
<style>
a { background-color: #FAB563; }
a { background-color: rgb(250,181,99); }
div.DivClassName
{
background-color: #FAB563;
}
.BgClassName
{
background-color: #FAB563;
}
</style>
border-color css
<style>
span { border-color: #FAB563; }
span { border-color: rgb(250,181,99); }
td.TdClassName
{
border-color: #FAB563;
}
.TagClassName
{
border-color: #FAB563;
}
</style>