Shades of Salomie #FCD47F
Tints of Salomie #FCD47F
RGB
CMYK
RGB Variations
Color information
#FCD47F (or 0xFCD47F) is known color: Salomie. HEX triplet: FC, D4 and 7F. RGB value is (252,212,127). Sum of RGB (Red+Green+Blue) = 252+212+127=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD47F is #032B80. Grayscale: #D6D6D6. Windows color (decimal): -207745 or 8377596. OLE color: 8377596.
HSL color Cylindrical-coordinate representation of color #FCD47F: hue angle of 40.8º 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 #FCD47F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 127 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.01 |
| HSL | 40.8º | 0.95% | 0.74% | - |
| HSV(B) | 40.8º | 0.5% | 0.99% | - |
| XYZ | 67.52 | 69.31 | 29.9 | - |
| YUV | 214.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 127 | 0 | 0.16 | 0.50 | 0.01 | 40.8 | 0.95 | 0.74 |
| Hex | FC | D4 | 7F | 0 | 10 | 32 | 1 | 29 | 5F | 4A |
| Octal | 374 | 324 | 177 | 0 | 20 | 62 | 1 | 51 | 137 | 112 |
| Binary | 11111100 | 11010100 | 1111111 | 0 | 10000 | 110010 | 1 | 101001 | 1011111 | 1001010 |
Color Harmonies of #FCD47F
Complementary color
Monochromatic Colors of #FCD47F
Black with #FCD47F
Text Example
Text Example
White with #FCD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD47F; }
p { color: rgb(252,212,127); }
H1.HeaderClassName
{
color: #FCD47F;
}
.AnyTagClassName
{
color: #FCD47F;
}
</style>
background-color css
<style>
a { background-color: #FCD47F; }
a { background-color: rgb(252,212,127); }
div.DivClassName
{
background-color: #FCD47F;
}
.BgClassName
{
background-color: #FCD47F;
}
</style>
border-color css
<style>
span { border-color: #FCD47F; }
span { border-color: rgb(252,212,127); }
td.TdClassName
{
border-color: #FCD47F;
}
.TagClassName
{
border-color: #FCD47F;
}
</style>