Shades of Salomie #FCD17D
Tints of Salomie #FCD17D
RGB
CMYK
RGB Variations
Color information
#FCD17D (or 0xFCD17D) is known color: Salomie. HEX triplet: FC, D1 and 7D. RGB value is (252,209,125). Sum of RGB (Red+Green+Blue) = 252+209+125=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD17D is #032E82. Grayscale: #D4D4D4. Windows color (decimal): -208515 or 8245756. OLE color: 8245756.
HSL color Cylindrical-coordinate representation of color #FCD17D: hue angle of 39.69º 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 #FCD17D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 125 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.01 |
| HSL | 39.69º | 0.95% | 0.74% | - |
| HSV(B) | 39.69º | 0.5% | 0.99% | - |
| XYZ | 66.65 | 67.78 | 28.97 | - |
| YUV | 212.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 125 | 0 | 0.17 | 0.50 | 0.01 | 39.69 | 0.95 | 0.74 |
| Hex | FC | D1 | 7D | 0 | 11 | 32 | 1 | 28 | 5F | 4A |
| Octal | 374 | 321 | 175 | 0 | 21 | 62 | 1 | 50 | 137 | 112 |
| Binary | 11111100 | 11010001 | 1111101 | 0 | 10001 | 110010 | 1 | 101000 | 1011111 | 1001010 |
Color Harmonies of #FCD17D
Complementary color
Monochromatic Colors of #FCD17D
Black with #FCD17D
Text Example
Text Example
White with #FCD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD17D; }
p { color: rgb(252,209,125); }
H1.HeaderClassName
{
color: #FCD17D;
}
.AnyTagClassName
{
color: #FCD17D;
}
</style>
background-color css
<style>
a { background-color: #FCD17D; }
a { background-color: rgb(252,209,125); }
div.DivClassName
{
background-color: #FCD17D;
}
.BgClassName
{
background-color: #FCD17D;
}
</style>
border-color css
<style>
span { border-color: #FCD17D; }
span { border-color: rgb(252,209,125); }
td.TdClassName
{
border-color: #FCD17D;
}
.TagClassName
{
border-color: #FCD17D;
}
</style>