Shades of Rajah #FCB86C
Tints of Rajah #FCB86C
RGB
CMYK
RGB Variations
Color information
#FCB86C (or 0xFCB86C) is known color: Rajah. HEX triplet: FC, B8 and 6C. RGB value is (252,184,108). Sum of RGB (Red+Green+Blue) = 252+184+108=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB86C is #034793. Grayscale: #C4C4C4. Windows color (decimal): -214932 or 7125244. OLE color: 7125244.
HSL color Cylindrical-coordinate representation of color #FCB86C: hue angle of 31.67º 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 #FCB86C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 108 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.01 |
| HSL | 31.67º | 0.96% | 0.71% | - |
| HSV(B) | 31.67º | 0.57% | 0.99% | - |
| XYZ | 59.99 | 56.06 | 21.85 | - |
| YUV | 195.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 108 | 0 | 0.27 | 0.57 | 0.01 | 31.67 | 0.96 | 0.71 |
| Hex | FC | B8 | 6C | 0 | 1B | 39 | 1 | 20 | 60 | 47 |
| Octal | 374 | 270 | 154 | 0 | 33 | 71 | 1 | 40 | 140 | 107 |
| Binary | 11111100 | 10111000 | 1101100 | 0 | 11011 | 111001 | 1 | 100000 | 1100000 | 1000111 |
Color Harmonies of #FCB86C
Complementary color
Monochromatic Colors of #FCB86C
Black with #FCB86C
Text Example
Text Example
White with #FCB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB86C; }
p { color: rgb(252,184,108); }
H1.HeaderClassName
{
color: #FCB86C;
}
.AnyTagClassName
{
color: #FCB86C;
}
</style>
background-color css
<style>
a { background-color: #FCB86C; }
a { background-color: rgb(252,184,108); }
div.DivClassName
{
background-color: #FCB86C;
}
.BgClassName
{
background-color: #FCB86C;
}
</style>
border-color css
<style>
span { border-color: #FCB86C; }
span { border-color: rgb(252,184,108); }
td.TdClassName
{
border-color: #FCB86C;
}
.TagClassName
{
border-color: #FCB86C;
}
</style>