Shades of Salomie #FCD37D
Tints of Salomie #FCD37D
RGB
CMYK
RGB Variations
Color information
#FCD37D (or 0xFCD37D) is known color: Salomie. HEX triplet: FC, D3 and 7D. RGB value is (252,211,125). Sum of RGB (Red+Green+Blue) = 252+211+125=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD37D is #032C82. Grayscale: #D5D5D5. Windows color (decimal): -208003 or 8246268. OLE color: 8246268.
HSL color Cylindrical-coordinate representation of color #FCD37D: hue angle of 40.63º 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 #FCD37D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 125 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.01 |
| HSL | 40.63º | 0.95% | 0.74% | - |
| HSV(B) | 40.63º | 0.5% | 0.99% | - |
| XYZ | 67.14 | 68.76 | 29.14 | - |
| YUV | 213.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 125 | 0 | 0.16 | 0.50 | 0.01 | 40.63 | 0.95 | 0.74 |
| Hex | FC | D3 | 7D | 0 | 10 | 32 | 1 | 29 | 5F | 4A |
| Octal | 374 | 323 | 175 | 0 | 20 | 62 | 1 | 51 | 137 | 112 |
| Binary | 11111100 | 11010011 | 1111101 | 0 | 10000 | 110010 | 1 | 101001 | 1011111 | 1001010 |
Color Harmonies of #FCD37D
Complementary color
Monochromatic Colors of #FCD37D
Black with #FCD37D
Text Example
Text Example
White with #FCD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD37D; }
p { color: rgb(252,211,125); }
H1.HeaderClassName
{
color: #FCD37D;
}
.AnyTagClassName
{
color: #FCD37D;
}
</style>
background-color css
<style>
a { background-color: #FCD37D; }
a { background-color: rgb(252,211,125); }
div.DivClassName
{
background-color: #FCD37D;
}
.BgClassName
{
background-color: #FCD37D;
}
</style>
border-color css
<style>
span { border-color: #FCD37D; }
span { border-color: rgb(252,211,125); }
td.TdClassName
{
border-color: #FCD37D;
}
.TagClassName
{
border-color: #FCD37D;
}
</style>