Shades of Salomie #FCD47D
Tints of Salomie #FCD47D
RGB
CMYK
RGB Variations
Color information
#FCD47D (or 0xFCD47D) is known color: Salomie. HEX triplet: FC, D4 and 7D. RGB value is (252,212,125). Sum of RGB (Red+Green+Blue) = 252+212+125=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD47D is #032B82. Grayscale: #D6D6D6. Windows color (decimal): -207747 or 8246524. OLE color: 8246524.
HSL color Cylindrical-coordinate representation of color #FCD47D: hue angle of 41.1º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCD47D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 125 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.01 |
| HSL | 41.1º | 0.95% | 0.74% | - |
| HSV(B) | 41.1º | 0.5% | 0.99% | - |
| XYZ | 67.39 | 69.26 | 29.22 | - |
| YUV | 214.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 125 | 0 | 0.16 | 0.50 | 0.01 | 41.1 | 0.95 | 0.74 |
| Hex | FC | D4 | 7D | 0 | 10 | 32 | 1 | 29 | 5F | 4A |
| Octal | 374 | 324 | 175 | 0 | 20 | 62 | 1 | 51 | 137 | 112 |
| Binary | 11111100 | 11010100 | 1111101 | 0 | 10000 | 110010 | 1 | 101001 | 1011111 | 1001010 |
Color Harmonies of #FCD47D
Complementary color
Monochromatic Colors of #FCD47D
Black with #FCD47D
Text Example
Text Example
White with #FCD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD47D; }
p { color: rgb(252,212,125); }
H1.HeaderClassName
{
color: #FCD47D;
}
.AnyTagClassName
{
color: #FCD47D;
}
</style>
background-color css
<style>
a { background-color: #FCD47D; }
a { background-color: rgb(252,212,125); }
div.DivClassName
{
background-color: #FCD47D;
}
.BgClassName
{
background-color: #FCD47D;
}
</style>
border-color css
<style>
span { border-color: #FCD47D; }
span { border-color: rgb(252,212,125); }
td.TdClassName
{
border-color: #FCD47D;
}
.TagClassName
{
border-color: #FCD47D;
}
</style>