Shades of Salomie #FCD37A
Tints of Salomie #FCD37A
RGB
CMYK
RGB Variations
Color information
#FCD37A (or 0xFCD37A) is known color: Salomie. HEX triplet: FC, D3 and 7A. RGB value is (252,211,122). Sum of RGB (Red+Green+Blue) = 252+211+122=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD37A is #032C85. Grayscale: #D5D5D5. Windows color (decimal): -208006 or 8049660. OLE color: 8049660.
HSL color Cylindrical-coordinate representation of color #FCD37A: hue angle of 41.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCD37A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 122 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.01 |
| HSL | 41.08º | 0.96% | 0.73% | - |
| HSV(B) | 41.08º | 0.52% | 0.99% | - |
| XYZ | 66.95 | 68.69 | 28.14 | - |
| YUV | 213.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 122 | 0 | 0.16 | 0.52 | 0.01 | 41.08 | 0.96 | 0.73 |
| Hex | FC | D3 | 7A | 0 | 10 | 34 | 1 | 29 | 60 | 49 |
| Octal | 374 | 323 | 172 | 0 | 20 | 64 | 1 | 51 | 140 | 111 |
| Binary | 11111100 | 11010011 | 1111010 | 0 | 10000 | 110100 | 1 | 101001 | 1100000 | 1001001 |
Color Harmonies of #FCD37A
Complementary color
Monochromatic Colors of #FCD37A
Black with #FCD37A
Text Example
Text Example
White with #FCD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD37A; }
p { color: rgb(252,211,122); }
H1.HeaderClassName
{
color: #FCD37A;
}
.AnyTagClassName
{
color: #FCD37A;
}
</style>
background-color css
<style>
a { background-color: #FCD37A; }
a { background-color: rgb(252,211,122); }
div.DivClassName
{
background-color: #FCD37A;
}
.BgClassName
{
background-color: #FCD37A;
}
</style>
border-color css
<style>
span { border-color: #FCD37A; }
span { border-color: rgb(252,211,122); }
td.TdClassName
{
border-color: #FCD37A;
}
.TagClassName
{
border-color: #FCD37A;
}
</style>