Shades of Salomie #FCD37F
Tints of Salomie #FCD37F
RGB
CMYK
RGB Variations
Color information
#FCD37F (or 0xFCD37F) is known color: Salomie. HEX triplet: FC, D3 and 7F. RGB value is (252,211,127). Sum of RGB (Red+Green+Blue) = 252+211+127=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD37F is #032C80. Grayscale: #D6D6D6. Windows color (decimal): -208001 or 8377340. OLE color: 8377340.
HSL color Cylindrical-coordinate representation of color #FCD37F: hue angle of 40.32º 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 #FCD37F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 127 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.01 |
| HSL | 40.32º | 0.95% | 0.74% | - |
| HSV(B) | 40.32º | 0.5% | 0.99% | - |
| XYZ | 67.27 | 68.82 | 29.82 | - |
| YUV | 213.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 127 | 0 | 0.16 | 0.50 | 0.01 | 40.32 | 0.95 | 0.74 |
| Hex | FC | D3 | 7F | 0 | 10 | 32 | 1 | 28 | 5F | 4A |
| Octal | 374 | 323 | 177 | 0 | 20 | 62 | 1 | 50 | 137 | 112 |
| Binary | 11111100 | 11010011 | 1111111 | 0 | 10000 | 110010 | 1 | 101000 | 1011111 | 1001010 |
Color Harmonies of #FCD37F
Complementary color
Monochromatic Colors of #FCD37F
Black with #FCD37F
Text Example
Text Example
White with #FCD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD37F; }
p { color: rgb(252,211,127); }
H1.HeaderClassName
{
color: #FCD37F;
}
.AnyTagClassName
{
color: #FCD37F;
}
</style>
background-color css
<style>
a { background-color: #FCD37F; }
a { background-color: rgb(252,211,127); }
div.DivClassName
{
background-color: #FCD37F;
}
.BgClassName
{
background-color: #FCD37F;
}
</style>
border-color css
<style>
span { border-color: #FCD37F; }
span { border-color: rgb(252,211,127); }
td.TdClassName
{
border-color: #FCD37F;
}
.TagClassName
{
border-color: #FCD37F;
}
</style>