Shades of Rajah #FCB764
Tints of Rajah #FCB764
RGB
CMYK
RGB Variations
Color information
#FCB764 (or 0xFCB764) is known color: Rajah. HEX triplet: FC, B7 and 64. RGB value is (252,183,100). Sum of RGB (Red+Green+Blue) = 252+183+100=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB764 is #03489B. Grayscale: #C2C2C2. Windows color (decimal): -215196 or 6600700. OLE color: 6600700.
HSL color Cylindrical-coordinate representation of color #FCB764: hue angle of 32.76º 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 #FCB764 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 100 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.01 |
| HSL | 32.76º | 0.96% | 0.69% | - |
| HSV(B) | 32.76º | 0.6% | 0.99% | - |
| XYZ | 59.38 | 55.48 | 19.64 | - |
| YUV | 194.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 100 | 0 | 0.27 | 0.60 | 0.01 | 32.76 | 0.96 | 0.69 |
| Hex | FC | B7 | 64 | 0 | 1B | 3C | 1 | 21 | 60 | 45 |
| Octal | 374 | 267 | 144 | 0 | 33 | 74 | 1 | 41 | 140 | 105 |
| Binary | 11111100 | 10110111 | 1100100 | 0 | 11011 | 111100 | 1 | 100001 | 1100000 | 1000101 |
Color Harmonies of #FCB764
Complementary color
Monochromatic Colors of #FCB764
Black with #FCB764
Text Example
Text Example
White with #FCB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB764; }
p { color: rgb(252,183,100); }
H1.HeaderClassName
{
color: #FCB764;
}
.AnyTagClassName
{
color: #FCB764;
}
</style>
background-color css
<style>
a { background-color: #FCB764; }
a { background-color: rgb(252,183,100); }
div.DivClassName
{
background-color: #FCB764;
}
.BgClassName
{
background-color: #FCB764;
}
</style>
border-color css
<style>
span { border-color: #FCB764; }
span { border-color: rgb(252,183,100); }
td.TdClassName
{
border-color: #FCB764;
}
.TagClassName
{
border-color: #FCB764;
}
</style>