Shades of Rajah #FCB166
Tints of Rajah #FCB166
RGB
CMYK
RGB Variations
Color information
#FCB166 (or 0xFCB166) is known color: Rajah. HEX triplet: FC, B1 and 66. RGB value is (252,177,102). Sum of RGB (Red+Green+Blue) = 252+177+102=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB166 is #034E99. Grayscale: #BFBFBF. Windows color (decimal): -216730 or 6730236. OLE color: 6730236.
HSL color Cylindrical-coordinate representation of color #FCB166: hue angle of 30º 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 #FCB166 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 102 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.01 |
| HSL | 30º | 0.96% | 0.69% | - |
| HSV(B) | 30º | 0.6% | 0.99% | - |
| XYZ | 58.27 | 53.1 | 19.75 | - |
| YUV | 190.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 102 | 0 | 0.30 | 0.60 | 0.01 | 30 | 0.96 | 0.69 |
| Hex | FC | B1 | 66 | 0 | 1E | 3C | 1 | 1E | 60 | 45 |
| Octal | 374 | 261 | 146 | 0 | 36 | 74 | 1 | 36 | 140 | 105 |
| Binary | 11111100 | 10110001 | 1100110 | 0 | 11110 | 111100 | 1 | 11110 | 1100000 | 1000101 |
Color Harmonies of #FCB166
Complementary color
Monochromatic Colors of #FCB166
Black with #FCB166
Text Example
Text Example
White with #FCB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB166; }
p { color: rgb(252,177,102); }
H1.HeaderClassName
{
color: #FCB166;
}
.AnyTagClassName
{
color: #FCB166;
}
</style>
background-color css
<style>
a { background-color: #FCB166; }
a { background-color: rgb(252,177,102); }
div.DivClassName
{
background-color: #FCB166;
}
.BgClassName
{
background-color: #FCB166;
}
</style>
border-color css
<style>
span { border-color: #FCB166; }
span { border-color: rgb(252,177,102); }
td.TdClassName
{
border-color: #FCB166;
}
.TagClassName
{
border-color: #FCB166;
}
</style>