Shades of Salomie #FCD37E
Tints of Salomie #FCD37E
RGB
CMYK
RGB Variations
Color information
#FCD37E (or 0xFCD37E) is known color: Salomie. HEX triplet: FC, D3 and 7E. RGB value is (252,211,126). Sum of RGB (Red+Green+Blue) = 252+211+126=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD37E is #032C81. Grayscale: #D5D5D5. Windows color (decimal): -208002 or 8311804. OLE color: 8311804.
HSL color Cylindrical-coordinate representation of color #FCD37E: hue angle of 40.48º 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 #FCD37E is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 126 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.01 |
| HSL | 40.48º | 0.95% | 0.74% | - |
| HSV(B) | 40.48º | 0.5% | 0.99% | - |
| XYZ | 67.21 | 68.79 | 29.47 | - |
| YUV | 213.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 126 | 0 | 0.16 | 0.5 | 0.01 | 40.48 | 0.95 | 0.74 |
| Hex | FC | D3 | 7E | 0 | 10 | 32 | 1 | 28 | 5F | 4A |
| Octal | 374 | 323 | 176 | 0 | 20 | 62 | 1 | 50 | 137 | 112 |
| Binary | 11111100 | 11010011 | 1111110 | 0 | 10000 | 110010 | 1 | 101000 | 1011111 | 1001010 |
Color Harmonies of #FCD37E
Complementary color
Monochromatic Colors of #FCD37E
Black with #FCD37E
Text Example
Text Example
White with #FCD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD37E; }
p { color: rgb(252,211,126); }
H1.HeaderClassName
{
color: #FCD37E;
}
.AnyTagClassName
{
color: #FCD37E;
}
</style>
background-color css
<style>
a { background-color: #FCD37E; }
a { background-color: rgb(252,211,126); }
div.DivClassName
{
background-color: #FCD37E;
}
.BgClassName
{
background-color: #FCD37E;
}
</style>
border-color css
<style>
span { border-color: #FCD37E; }
span { border-color: rgb(252,211,126); }
td.TdClassName
{
border-color: #FCD37E;
}
.TagClassName
{
border-color: #FCD37E;
}
</style>