Shades of Rajah #FCB063
Tints of Rajah #FCB063
RGB
CMYK
RGB Variations
Color information
#FCB063 (or 0xFCB063) is known color: Rajah. HEX triplet: FC, B0 and 63. RGB value is (252,176,99). Sum of RGB (Red+Green+Blue) = 252+176+99=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB063 is #034F9C. Grayscale: #BEBEBE. Windows color (decimal): -216989 or 6533372. OLE color: 6533372.
HSL color Cylindrical-coordinate representation of color #FCB063: hue angle of 30.2º 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 #FCB063 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 99 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.01 |
| HSL | 30.2º | 0.96% | 0.69% | - |
| HSV(B) | 30.2º | 0.61% | 0.99% | - |
| XYZ | 57.92 | 52.65 | 18.91 | - |
| YUV | 189.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 99 | 0 | 0.30 | 0.61 | 0.01 | 30.2 | 0.96 | 0.69 |
| Hex | FC | B0 | 63 | 0 | 1E | 3D | 1 | 1E | 60 | 45 |
| Octal | 374 | 260 | 143 | 0 | 36 | 75 | 1 | 36 | 140 | 105 |
| Binary | 11111100 | 10110000 | 1100011 | 0 | 11110 | 111101 | 1 | 11110 | 1100000 | 1000101 |
Color Harmonies of #FCB063
Complementary color
Monochromatic Colors of #FCB063
Black with #FCB063
Text Example
Text Example
White with #FCB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB063; }
p { color: rgb(252,176,99); }
H1.HeaderClassName
{
color: #FCB063;
}
.AnyTagClassName
{
color: #FCB063;
}
</style>
background-color css
<style>
a { background-color: #FCB063; }
a { background-color: rgb(252,176,99); }
div.DivClassName
{
background-color: #FCB063;
}
.BgClassName
{
background-color: #FCB063;
}
</style>
border-color css
<style>
span { border-color: #FCB063; }
span { border-color: rgb(252,176,99); }
td.TdClassName
{
border-color: #FCB063;
}
.TagClassName
{
border-color: #FCB063;
}
</style>