Shades of Salomie #FCD47E
Tints of Salomie #FCD47E
RGB
CMYK
RGB Variations
Color information
#FCD47E (or 0xFCD47E) is known color: Salomie. HEX triplet: FC, D4 and 7E. RGB value is (252,212,126). Sum of RGB (Red+Green+Blue) = 252+212+126=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 126 (49.61% from 255 or 21.36% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD47E is #032B81. Grayscale: #D6D6D6. Windows color (decimal): -207746 or 8312060. OLE color: 8312060.
HSL color Cylindrical-coordinate representation of color #FCD47E: hue angle of 40.95º 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 #FCD47E is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 126 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.01 |
| HSL | 40.95º | 0.95% | 0.74% | - |
| HSV(B) | 40.95º | 0.5% | 0.99% | - |
| XYZ | 67.45 | 69.29 | 29.56 | - |
| YUV | 214.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 126 | 0 | 0.16 | 0.5 | 0.01 | 40.95 | 0.95 | 0.74 |
| Hex | FC | D4 | 7E | 0 | 10 | 32 | 1 | 29 | 5F | 4A |
| Octal | 374 | 324 | 176 | 0 | 20 | 62 | 1 | 51 | 137 | 112 |
| Binary | 11111100 | 11010100 | 1111110 | 0 | 10000 | 110010 | 1 | 101001 | 1011111 | 1001010 |
Color Harmonies of #FCD47E
Complementary color
Monochromatic Colors of #FCD47E
Black with #FCD47E
Text Example
Text Example
White with #FCD47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD47E; }
p { color: rgb(252,212,126); }
H1.HeaderClassName
{
color: #FCD47E;
}
.AnyTagClassName
{
color: #FCD47E;
}
</style>
background-color css
<style>
a { background-color: #FCD47E; }
a { background-color: rgb(252,212,126); }
div.DivClassName
{
background-color: #FCD47E;
}
.BgClassName
{
background-color: #FCD47E;
}
</style>
border-color css
<style>
span { border-color: #FCD47E; }
span { border-color: rgb(252,212,126); }
td.TdClassName
{
border-color: #FCD47E;
}
.TagClassName
{
border-color: #FCD47E;
}
</style>