Shades of Rajah #FCB566
Tints of Rajah #FCB566
RGB
CMYK
RGB Variations
Color information
#FCB566 (or 0xFCB566) is known color: Rajah. HEX triplet: FC, B5 and 66. RGB value is (252,181,102). Sum of RGB (Red+Green+Blue) = 252+181+102=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB566 is #034A99. Grayscale: #C1C1C1. Windows color (decimal): -215706 or 6731260. OLE color: 6731260.
HSL color Cylindrical-coordinate representation of color #FCB566: hue angle of 31.6º 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 #FCB566 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 102 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 31.6º | 0.96% | 0.69% | - |
| HSV(B) | 31.6º | 0.6% | 0.99% | - |
| XYZ | 59.07 | 54.7 | 20.02 | - |
| YUV | 193.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 102 | 0 | 0.28 | 0.60 | 0.01 | 31.6 | 0.96 | 0.69 |
| Hex | FC | B5 | 66 | 0 | 1C | 3C | 1 | 20 | 60 | 45 |
| Octal | 374 | 265 | 146 | 0 | 34 | 74 | 1 | 40 | 140 | 105 |
| Binary | 11111100 | 10110101 | 1100110 | 0 | 11100 | 111100 | 1 | 100000 | 1100000 | 1000101 |
Color Harmonies of #FCB566
Complementary color
Monochromatic Colors of #FCB566
Black with #FCB566
Text Example
Text Example
White with #FCB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB566; }
p { color: rgb(252,181,102); }
H1.HeaderClassName
{
color: #FCB566;
}
.AnyTagClassName
{
color: #FCB566;
}
</style>
background-color css
<style>
a { background-color: #FCB566; }
a { background-color: rgb(252,181,102); }
div.DivClassName
{
background-color: #FCB566;
}
.BgClassName
{
background-color: #FCB566;
}
</style>
border-color css
<style>
span { border-color: #FCB566; }
span { border-color: rgb(252,181,102); }
td.TdClassName
{
border-color: #FCB566;
}
.TagClassName
{
border-color: #FCB566;
}
</style>