Shades of Rajah #FCB564
Tints of Rajah #FCB564
RGB
CMYK
RGB Variations
Color information
#FCB564 (or 0xFCB564) is known color: Rajah. HEX triplet: FC, B5 and 64. RGB value is (252,181,100). Sum of RGB (Red+Green+Blue) = 252+181+100=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB564 is #034A9B. Grayscale: #C1C1C1. Windows color (decimal): -215708 or 6600188. OLE color: 6600188.
HSL color Cylindrical-coordinate representation of color #FCB564: hue angle of 31.97º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCB564 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 100 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 31.97º | 0.96% | 0.69% | - |
| HSV(B) | 31.97º | 0.6% | 0.99% | - |
| XYZ | 58.97 | 54.66 | 19.5 | - |
| YUV | 193 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 100 | 0 | 0.28 | 0.60 | 0.01 | 31.97 | 0.96 | 0.69 |
| Hex | FC | B5 | 64 | 0 | 1C | 3C | 1 | 20 | 60 | 45 |
| Octal | 374 | 265 | 144 | 0 | 34 | 74 | 1 | 40 | 140 | 105 |
| Binary | 11111100 | 10110101 | 1100100 | 0 | 11100 | 111100 | 1 | 100000 | 1100000 | 1000101 |
Color Harmonies of #FCB564
Complementary color
Monochromatic Colors of #FCB564
Black with #FCB564
Text Example
Text Example
White with #FCB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB564; }
p { color: rgb(252,181,100); }
H1.HeaderClassName
{
color: #FCB564;
}
.AnyTagClassName
{
color: #FCB564;
}
</style>
background-color css
<style>
a { background-color: #FCB564; }
a { background-color: rgb(252,181,100); }
div.DivClassName
{
background-color: #FCB564;
}
.BgClassName
{
background-color: #FCB564;
}
</style>
border-color css
<style>
span { border-color: #FCB564; }
span { border-color: rgb(252,181,100); }
td.TdClassName
{
border-color: #FCB564;
}
.TagClassName
{
border-color: #FCB564;
}
</style>