Shades of Rajah #FCB860
Tints of Rajah #FCB860
RGB
CMYK
RGB Variations
Color information
#FCB860 (or 0xFCB860) is known color: Rajah. HEX triplet: FC, B8 and 60. RGB value is (252,184,96). Sum of RGB (Red+Green+Blue) = 252+184+96=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB860 is #03479F. Grayscale: #C2C2C2. Windows color (decimal): -214944 or 6338812. OLE color: 6338812.
HSL color Cylindrical-coordinate representation of color #FCB860: hue angle of 33.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCB860 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 96 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.01 |
| HSL | 33.85º | 0.96% | 0.68% | - |
| HSV(B) | 33.85º | 0.62% | 0.99% | - |
| XYZ | 59.4 | 55.82 | 18.71 | - |
| YUV | 194.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 96 | 0 | 0.27 | 0.62 | 0.01 | 33.85 | 0.96 | 0.68 |
| Hex | FC | B8 | 60 | 0 | 1B | 3E | 1 | 22 | 60 | 44 |
| Octal | 374 | 270 | 140 | 0 | 33 | 76 | 1 | 42 | 140 | 104 |
| Binary | 11111100 | 10111000 | 1100000 | 0 | 11011 | 111110 | 1 | 100010 | 1100000 | 1000100 |
Color Harmonies of #FCB860
Complementary color
Monochromatic Colors of #FCB860
Black with #FCB860
Text Example
Text Example
White with #FCB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB860; }
p { color: rgb(252,184,96); }
H1.HeaderClassName
{
color: #FCB860;
}
.AnyTagClassName
{
color: #FCB860;
}
</style>
background-color css
<style>
a { background-color: #FCB860; }
a { background-color: rgb(252,184,96); }
div.DivClassName
{
background-color: #FCB860;
}
.BgClassName
{
background-color: #FCB860;
}
</style>
border-color css
<style>
span { border-color: #FCB860; }
span { border-color: rgb(252,184,96); }
td.TdClassName
{
border-color: #FCB860;
}
.TagClassName
{
border-color: #FCB860;
}
</style>