Shades of Rajah #FCB46C
Tints of Rajah #FCB46C
RGB
CMYK
RGB Variations
Color information
#FCB46C (or 0xFCB46C) is known color: Rajah. HEX triplet: FC, B4 and 6C. RGB value is (252,180,108). Sum of RGB (Red+Green+Blue) = 252+180+108=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB46C is #034B93. Grayscale: #C1C1C1. Windows color (decimal): -215956 or 7124220. OLE color: 7124220.
HSL color Cylindrical-coordinate representation of color #FCB46C: hue angle of 30º 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 #FCB46C is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 108 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.01 |
| HSL | 30º | 0.96% | 0.71% | - |
| HSV(B) | 30º | 0.57% | 0.99% | - |
| XYZ | 59.17 | 54.42 | 21.57 | - |
| YUV | 193.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 108 | 0 | 0.29 | 0.57 | 0.01 | 30 | 0.96 | 0.71 |
| Hex | FC | B4 | 6C | 0 | 1D | 39 | 1 | 1E | 60 | 47 |
| Octal | 374 | 264 | 154 | 0 | 35 | 71 | 1 | 36 | 140 | 107 |
| Binary | 11111100 | 10110100 | 1101100 | 0 | 11101 | 111001 | 1 | 11110 | 1100000 | 1000111 |
Color Harmonies of #FCB46C
Complementary color
Monochromatic Colors of #FCB46C
Black with #FCB46C
Text Example
Text Example
White with #FCB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB46C; }
p { color: rgb(252,180,108); }
H1.HeaderClassName
{
color: #FCB46C;
}
.AnyTagClassName
{
color: #FCB46C;
}
</style>
background-color css
<style>
a { background-color: #FCB46C; }
a { background-color: rgb(252,180,108); }
div.DivClassName
{
background-color: #FCB46C;
}
.BgClassName
{
background-color: #FCB46C;
}
</style>
border-color css
<style>
span { border-color: #FCB46C; }
span { border-color: rgb(252,180,108); }
td.TdClassName
{
border-color: #FCB46C;
}
.TagClassName
{
border-color: #FCB46C;
}
</style>