Shades of Salomie #FCD37B
Tints of Salomie #FCD37B
RGB
CMYK
RGB Variations
Color information
#FCD37B (or 0xFCD37B) is known color: Salomie. HEX triplet: FC, D3 and 7B. RGB value is (252,211,123). Sum of RGB (Red+Green+Blue) = 252+211+123=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD37B is #032C84. Grayscale: #D5D5D5. Windows color (decimal): -208005 or 8115196. OLE color: 8115196.
HSL color Cylindrical-coordinate representation of color #FCD37B: hue angle of 40.93º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCD37B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 123 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.01 |
| HSL | 40.93º | 0.96% | 0.74% | - |
| HSV(B) | 40.93º | 0.51% | 0.99% | - |
| XYZ | 67.01 | 68.71 | 28.47 | - |
| YUV | 213.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 123 | 0 | 0.16 | 0.51 | 0.01 | 40.93 | 0.96 | 0.74 |
| Hex | FC | D3 | 7B | 0 | 10 | 33 | 1 | 29 | 60 | 4A |
| Octal | 374 | 323 | 173 | 0 | 20 | 63 | 1 | 51 | 140 | 112 |
| Binary | 11111100 | 11010011 | 1111011 | 0 | 10000 | 110011 | 1 | 101001 | 1100000 | 1001010 |
Color Harmonies of #FCD37B
Complementary color
Monochromatic Colors of #FCD37B
Black with #FCD37B
Text Example
Text Example
White with #FCD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD37B; }
p { color: rgb(252,211,123); }
H1.HeaderClassName
{
color: #FCD37B;
}
.AnyTagClassName
{
color: #FCD37B;
}
</style>
background-color css
<style>
a { background-color: #FCD37B; }
a { background-color: rgb(252,211,123); }
div.DivClassName
{
background-color: #FCD37B;
}
.BgClassName
{
background-color: #FCD37B;
}
</style>
border-color css
<style>
span { border-color: #FCD37B; }
span { border-color: rgb(252,211,123); }
td.TdClassName
{
border-color: #FCD37B;
}
.TagClassName
{
border-color: #FCD37B;
}
</style>