Shades of Rajah #FCB163
Tints of Rajah #FCB163
RGB
CMYK
RGB Variations
Color information
#FCB163 (or 0xFCB163) is known color: Rajah. HEX triplet: FC, B1 and 63. RGB value is (252,177,99). Sum of RGB (Red+Green+Blue) = 252+177+99=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB163 is #034E9C. Grayscale: #BEBEBE. Windows color (decimal): -216733 or 6533628. OLE color: 6533628.
HSL color Cylindrical-coordinate representation of color #FCB163: hue angle of 30.59º 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 #FCB163 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 99 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.01 |
| HSL | 30.59º | 0.96% | 0.69% | - |
| HSV(B) | 30.59º | 0.61% | 0.99% | - |
| XYZ | 58.12 | 53.04 | 18.98 | - |
| YUV | 190.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 99 | 0 | 0.30 | 0.61 | 0.01 | 30.59 | 0.96 | 0.69 |
| Hex | FC | B1 | 63 | 0 | 1E | 3D | 1 | 1F | 60 | 45 |
| Octal | 374 | 261 | 143 | 0 | 36 | 75 | 1 | 37 | 140 | 105 |
| Binary | 11111100 | 10110001 | 1100011 | 0 | 11110 | 111101 | 1 | 11111 | 1100000 | 1000101 |
Color Harmonies of #FCB163
Complementary color
Monochromatic Colors of #FCB163
Black with #FCB163
Text Example
Text Example
White with #FCB163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB163; }
p { color: rgb(252,177,99); }
H1.HeaderClassName
{
color: #FCB163;
}
.AnyTagClassName
{
color: #FCB163;
}
</style>
background-color css
<style>
a { background-color: #FCB163; }
a { background-color: rgb(252,177,99); }
div.DivClassName
{
background-color: #FCB163;
}
.BgClassName
{
background-color: #FCB163;
}
</style>
border-color css
<style>
span { border-color: #FCB163; }
span { border-color: rgb(252,177,99); }
td.TdClassName
{
border-color: #FCB163;
}
.TagClassName
{
border-color: #FCB163;
}
</style>