Shades of Rajah #FCB863
Tints of Rajah #FCB863
RGB
CMYK
RGB Variations
Color information
#FCB863 (or 0xFCB863) is known color: Rajah. HEX triplet: FC, B8 and 63. RGB value is (252,184,99). Sum of RGB (Red+Green+Blue) = 252+184+99=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB863 is #03479C. Grayscale: #C3C3C3. Windows color (decimal): -214941 or 6535420. OLE color: 6535420.
HSL color Cylindrical-coordinate representation of color #FCB863: hue angle of 33.33º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCB863 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 99 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.01 |
| HSL | 33.33º | 0.96% | 0.69% | - |
| HSV(B) | 33.33º | 0.61% | 0.99% | - |
| XYZ | 59.54 | 55.88 | 19.45 | - |
| YUV | 194.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 99 | 0 | 0.27 | 0.61 | 0.01 | 33.33 | 0.96 | 0.69 |
| Hex | FC | B8 | 63 | 0 | 1B | 3D | 1 | 21 | 60 | 45 |
| Octal | 374 | 270 | 143 | 0 | 33 | 75 | 1 | 41 | 140 | 105 |
| Binary | 11111100 | 10111000 | 1100011 | 0 | 11011 | 111101 | 1 | 100001 | 1100000 | 1000101 |
Color Harmonies of #FCB863
Complementary color
Monochromatic Colors of #FCB863
Black with #FCB863
Text Example
Text Example
White with #FCB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB863; }
p { color: rgb(252,184,99); }
H1.HeaderClassName
{
color: #FCB863;
}
.AnyTagClassName
{
color: #FCB863;
}
</style>
background-color css
<style>
a { background-color: #FCB863; }
a { background-color: rgb(252,184,99); }
div.DivClassName
{
background-color: #FCB863;
}
.BgClassName
{
background-color: #FCB863;
}
</style>
border-color css
<style>
span { border-color: #FCB863; }
span { border-color: rgb(252,184,99); }
td.TdClassName
{
border-color: #FCB863;
}
.TagClassName
{
border-color: #FCB863;
}
</style>