Shades of Rajah #FCBA66
Tints of Rajah #FCBA66
RGB
CMYK
RGB Variations
Color information
#FCBA66 (or 0xFCBA66) is known color: Rajah. HEX triplet: FC, BA and 66. RGB value is (252,186,102). Sum of RGB (Red+Green+Blue) = 252+186+102=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA66 is #034599. Grayscale: #C4C4C4. Windows color (decimal): -214426 or 6732540. OLE color: 6732540.
HSL color Cylindrical-coordinate representation of color #FCBA66: hue angle of 33.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 #FCBA66 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 102 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.01 |
| HSL | 33.6º | 0.96% | 0.69% | - |
| HSV(B) | 33.6º | 0.6% | 0.99% | - |
| XYZ | 60.1 | 56.77 | 20.36 | - |
| YUV | 196.16 | 74.87 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 102 | 0 | 0.26 | 0.60 | 0.01 | 33.6 | 0.96 | 0.69 |
| Hex | FC | BA | 66 | 0 | 1A | 3C | 1 | 22 | 60 | 45 |
| Octal | 374 | 272 | 146 | 0 | 32 | 74 | 1 | 42 | 140 | 105 |
| Binary | 11111100 | 10111010 | 1100110 | 0 | 11010 | 111100 | 1 | 100010 | 1100000 | 1000101 |
Color Harmonies of #FCBA66
Complementary color
Monochromatic Colors of #FCBA66
Black with #FCBA66
Text Example
Text Example
White with #FCBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA66; }
p { color: rgb(252,186,102); }
H1.HeaderClassName
{
color: #FCBA66;
}
.AnyTagClassName
{
color: #FCBA66;
}
</style>
background-color css
<style>
a { background-color: #FCBA66; }
a { background-color: rgb(252,186,102); }
div.DivClassName
{
background-color: #FCBA66;
}
.BgClassName
{
background-color: #FCBA66;
}
</style>
border-color css
<style>
span { border-color: #FCBA66; }
span { border-color: rgb(252,186,102); }
td.TdClassName
{
border-color: #FCBA66;
}
.TagClassName
{
border-color: #FCBA66;
}
</style>