Shades of Rajah #FCB960
Tints of Rajah #FCB960
RGB
CMYK
RGB Variations
Color information
#FCB960 (or 0xFCB960) is known color: Rajah. HEX triplet: FC, B9 and 60. RGB value is (252,185,96). Sum of RGB (Red+Green+Blue) = 252+185+96=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB960 is #03469F. Grayscale: #C3C3C3. Windows color (decimal): -214688 or 6339068. OLE color: 6339068.
HSL color Cylindrical-coordinate representation of color #FCB960: hue angle of 34.23º 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 #FCB960 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 96 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.01 |
| HSL | 34.23º | 0.96% | 0.68% | - |
| HSV(B) | 34.23º | 0.62% | 0.99% | - |
| XYZ | 59.61 | 56.24 | 18.78 | - |
| YUV | 194.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 96 | 0 | 0.27 | 0.62 | 0.01 | 34.23 | 0.96 | 0.68 |
| Hex | FC | B9 | 60 | 0 | 1B | 3E | 1 | 22 | 60 | 44 |
| Octal | 374 | 271 | 140 | 0 | 33 | 76 | 1 | 42 | 140 | 104 |
| Binary | 11111100 | 10111001 | 1100000 | 0 | 11011 | 111110 | 1 | 100010 | 1100000 | 1000100 |
Color Harmonies of #FCB960
Complementary color
Monochromatic Colors of #FCB960
Black with #FCB960
Text Example
Text Example
White with #FCB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB960; }
p { color: rgb(252,185,96); }
H1.HeaderClassName
{
color: #FCB960;
}
.AnyTagClassName
{
color: #FCB960;
}
</style>
background-color css
<style>
a { background-color: #FCB960; }
a { background-color: rgb(252,185,96); }
div.DivClassName
{
background-color: #FCB960;
}
.BgClassName
{
background-color: #FCB960;
}
</style>
border-color css
<style>
span { border-color: #FCB960; }
span { border-color: rgb(252,185,96); }
td.TdClassName
{
border-color: #FCB960;
}
.TagClassName
{
border-color: #FCB960;
}
</style>