Shades of Salomie #FCD47B
Tints of Salomie #FCD47B
RGB
CMYK
RGB Variations
Color information
#FCD47B (or 0xFCD47B) is known color: Salomie. HEX triplet: FC, D4 and 7B. RGB value is (252,212,123). Sum of RGB (Red+Green+Blue) = 252+212+123=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD47B is #032B84. Grayscale: #D6D6D6. Windows color (decimal): -207749 or 8115452. OLE color: 8115452.
HSL color Cylindrical-coordinate representation of color #FCD47B: hue angle of 41.4º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCD47B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 123 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.01 |
| HSL | 41.4º | 0.96% | 0.74% | - |
| HSV(B) | 41.4º | 0.51% | 0.99% | - |
| XYZ | 67.26 | 69.21 | 28.55 | - |
| YUV | 213.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 123 | 0 | 0.16 | 0.51 | 0.01 | 41.4 | 0.96 | 0.74 |
| Hex | FC | D4 | 7B | 0 | 10 | 33 | 1 | 29 | 60 | 4A |
| Octal | 374 | 324 | 173 | 0 | 20 | 63 | 1 | 51 | 140 | 112 |
| Binary | 11111100 | 11010100 | 1111011 | 0 | 10000 | 110011 | 1 | 101001 | 1100000 | 1001010 |
Color Harmonies of #FCD47B
Complementary color
Monochromatic Colors of #FCD47B
Black with #FCD47B
Text Example
Text Example
White with #FCD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD47B; }
p { color: rgb(252,212,123); }
H1.HeaderClassName
{
color: #FCD47B;
}
.AnyTagClassName
{
color: #FCD47B;
}
</style>
background-color css
<style>
a { background-color: #FCD47B; }
a { background-color: rgb(252,212,123); }
div.DivClassName
{
background-color: #FCD47B;
}
.BgClassName
{
background-color: #FCD47B;
}
</style>
border-color css
<style>
span { border-color: #FCD47B; }
span { border-color: rgb(252,212,123); }
td.TdClassName
{
border-color: #FCD47B;
}
.TagClassName
{
border-color: #FCD47B;
}
</style>