Shades of Rajah #FCAB62
Tints of Rajah #FCAB62
RGB
CMYK
RGB Variations
Color information
#FCAB62 (or 0xFCAB62) is known color: Rajah. HEX triplet: FC, AB and 62. RGB value is (252,171,98). Sum of RGB (Red+Green+Blue) = 252+171+98=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB62 is #03549D. Grayscale: #BBBBBB. Windows color (decimal): -218270 or 6466556. OLE color: 6466556.
HSL color Cylindrical-coordinate representation of color #FCAB62: hue angle of 28.44º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCAB62 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 98 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.01 |
| HSL | 28.44º | 0.96% | 0.69% | - |
| HSV(B) | 28.44º | 0.61% | 0.99% | - |
| XYZ | 56.91 | 50.7 | 18.34 | - |
| YUV | 186.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 98 | 0 | 0.32 | 0.61 | 0.01 | 28.44 | 0.96 | 0.69 |
| Hex | FC | AB | 62 | 0 | 20 | 3D | 1 | 1C | 60 | 45 |
| Octal | 374 | 253 | 142 | 0 | 40 | 75 | 1 | 34 | 140 | 105 |
| Binary | 11111100 | 10101011 | 1100010 | 0 | 100000 | 111101 | 1 | 11100 | 1100000 | 1000101 |
Color Harmonies of #FCAB62
Complementary color
Monochromatic Colors of #FCAB62
Black with #FCAB62
Text Example
Text Example
White with #FCAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB62; }
p { color: rgb(252,171,98); }
H1.HeaderClassName
{
color: #FCAB62;
}
.AnyTagClassName
{
color: #FCAB62;
}
</style>
background-color css
<style>
a { background-color: #FCAB62; }
a { background-color: rgb(252,171,98); }
div.DivClassName
{
background-color: #FCAB62;
}
.BgClassName
{
background-color: #FCAB62;
}
</style>
border-color css
<style>
span { border-color: #FCAB62; }
span { border-color: rgb(252,171,98); }
td.TdClassName
{
border-color: #FCAB62;
}
.TagClassName
{
border-color: #FCAB62;
}
</style>