Shades of Rajah #FCB16C
Tints of Rajah #FCB16C
RGB
CMYK
RGB Variations
Color information
#FCB16C (or 0xFCB16C) is known color: Rajah. HEX triplet: FC, B1 and 6C. RGB value is (252,177,108). Sum of RGB (Red+Green+Blue) = 252+177+108=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB16C is #034E93. Grayscale: #BFBFBF. Windows color (decimal): -216724 or 7123452. OLE color: 7123452.
HSL color Cylindrical-coordinate representation of color #FCB16C: hue angle of 28.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCB16C is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 108 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.01 |
| HSL | 28.75º | 0.96% | 0.71% | - |
| HSV(B) | 28.75º | 0.57% | 0.99% | - |
| XYZ | 58.57 | 53.22 | 21.37 | - |
| YUV | 191.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 108 | 0 | 0.30 | 0.57 | 0.01 | 28.75 | 0.96 | 0.71 |
| Hex | FC | B1 | 6C | 0 | 1E | 39 | 1 | 1D | 60 | 47 |
| Octal | 374 | 261 | 154 | 0 | 36 | 71 | 1 | 35 | 140 | 107 |
| Binary | 11111100 | 10110001 | 1101100 | 0 | 11110 | 111001 | 1 | 11101 | 1100000 | 1000111 |
Color Harmonies of #FCB16C
Complementary color
Monochromatic Colors of #FCB16C
Black with #FCB16C
Text Example
Text Example
White with #FCB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB16C; }
p { color: rgb(252,177,108); }
H1.HeaderClassName
{
color: #FCB16C;
}
.AnyTagClassName
{
color: #FCB16C;
}
</style>
background-color css
<style>
a { background-color: #FCB16C; }
a { background-color: rgb(252,177,108); }
div.DivClassName
{
background-color: #FCB16C;
}
.BgClassName
{
background-color: #FCB16C;
}
</style>
border-color css
<style>
span { border-color: #FCB16C; }
span { border-color: rgb(252,177,108); }
td.TdClassName
{
border-color: #FCB16C;
}
.TagClassName
{
border-color: #FCB16C;
}
</style>