Shades of Rajah #FCB562
Tints of Rajah #FCB562
RGB
CMYK
RGB Variations
Color information
#FCB562 (or 0xFCB562) is known color: Rajah. HEX triplet: FC, B5 and 62. RGB value is (252,181,98). Sum of RGB (Red+Green+Blue) = 252+181+98=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB562 is #034A9D. Grayscale: #C1C1C1. Windows color (decimal): -215710 or 6469116. OLE color: 6469116.
HSL color Cylindrical-coordinate representation of color #FCB562: hue angle of 32.34º 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 #FCB562 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 98 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.01 |
| HSL | 32.34º | 0.96% | 0.69% | - |
| HSV(B) | 32.34º | 0.61% | 0.99% | - |
| XYZ | 58.87 | 54.63 | 19 | - |
| YUV | 192.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 98 | 0 | 0.28 | 0.61 | 0.01 | 32.34 | 0.96 | 0.69 |
| Hex | FC | B5 | 62 | 0 | 1C | 3D | 1 | 20 | 60 | 45 |
| Octal | 374 | 265 | 142 | 0 | 34 | 75 | 1 | 40 | 140 | 105 |
| Binary | 11111100 | 10110101 | 1100010 | 0 | 11100 | 111101 | 1 | 100000 | 1100000 | 1000101 |
Color Harmonies of #FCB562
Complementary color
Monochromatic Colors of #FCB562
Black with #FCB562
Text Example
Text Example
White with #FCB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB562; }
p { color: rgb(252,181,98); }
H1.HeaderClassName
{
color: #FCB562;
}
.AnyTagClassName
{
color: #FCB562;
}
</style>
background-color css
<style>
a { background-color: #FCB562; }
a { background-color: rgb(252,181,98); }
div.DivClassName
{
background-color: #FCB562;
}
.BgClassName
{
background-color: #FCB562;
}
</style>
border-color css
<style>
span { border-color: #FCB562; }
span { border-color: rgb(252,181,98); }
td.TdClassName
{
border-color: #FCB562;
}
.TagClassName
{
border-color: #FCB562;
}
</style>