Shades of Rajah #FCB363
Tints of Rajah #FCB363
RGB
CMYK
RGB Variations
Color information
#FCB363 (or 0xFCB363) is known color: Rajah. HEX triplet: FC, B3 and 63. RGB value is (252,179,99). Sum of RGB (Red+Green+Blue) = 252+179+99=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB363 is #034C9C. Grayscale: #C0C0C0. Windows color (decimal): -216221 or 6534140. OLE color: 6534140.
HSL color Cylindrical-coordinate representation of color #FCB363: hue angle of 31.37º 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 #FCB363 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 99 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.01 |
| HSL | 31.37º | 0.96% | 0.69% | - |
| HSV(B) | 31.37º | 0.61% | 0.99% | - |
| XYZ | 58.52 | 53.84 | 19.11 | - |
| YUV | 191.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 99 | 0 | 0.29 | 0.61 | 0.01 | 31.37 | 0.96 | 0.69 |
| Hex | FC | B3 | 63 | 0 | 1D | 3D | 1 | 1F | 60 | 45 |
| Octal | 374 | 263 | 143 | 0 | 35 | 75 | 1 | 37 | 140 | 105 |
| Binary | 11111100 | 10110011 | 1100011 | 0 | 11101 | 111101 | 1 | 11111 | 1100000 | 1000101 |
Color Harmonies of #FCB363
Complementary color
Monochromatic Colors of #FCB363
Black with #FCB363
Text Example
Text Example
White with #FCB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB363; }
p { color: rgb(252,179,99); }
H1.HeaderClassName
{
color: #FCB363;
}
.AnyTagClassName
{
color: #FCB363;
}
</style>
background-color css
<style>
a { background-color: #FCB363; }
a { background-color: rgb(252,179,99); }
div.DivClassName
{
background-color: #FCB363;
}
.BgClassName
{
background-color: #FCB363;
}
</style>
border-color css
<style>
span { border-color: #FCB363; }
span { border-color: rgb(252,179,99); }
td.TdClassName
{
border-color: #FCB363;
}
.TagClassName
{
border-color: #FCB363;
}
</style>