Shades of Salomie #FCD180
Tints of Salomie #FCD180
RGB
CMYK
RGB Variations
Color information
#FCD180 (or 0xFCD180) is known color: Salomie. HEX triplet: FC, D1 and 80. RGB value is (252,209,128). Sum of RGB (Red+Green+Blue) = 252+209+128=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD180 is #032E7F. Grayscale: #D4D4D4. Windows color (decimal): -208512 or 8442364. OLE color: 8442364.
HSL color Cylindrical-coordinate representation of color #FCD180: hue angle of 39.19º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCD180 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 128 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.01 |
| HSL | 39.19º | 0.95% | 0.75% | - |
| HSV(B) | 39.19º | 0.49% | 0.99% | - |
| XYZ | 66.84 | 67.85 | 30 | - |
| YUV | 212.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 128 | 0 | 0.17 | 0.49 | 0.01 | 39.19 | 0.95 | 0.75 |
| Hex | FC | D1 | 80 | 0 | 11 | 31 | 1 | 27 | 5F | 4B |
| Octal | 374 | 321 | 200 | 0 | 21 | 61 | 1 | 47 | 137 | 113 |
| Binary | 11111100 | 11010001 | 10000000 | 0 | 10001 | 110001 | 1 | 100111 | 1011111 | 1001011 |
Color Harmonies of #FCD180
Complementary color
Monochromatic Colors of #FCD180
Black with #FCD180
Text Example
Text Example
White with #FCD180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD180; }
p { color: rgb(252,209,128); }
H1.HeaderClassName
{
color: #FCD180;
}
.AnyTagClassName
{
color: #FCD180;
}
</style>
background-color css
<style>
a { background-color: #FCD180; }
a { background-color: rgb(252,209,128); }
div.DivClassName
{
background-color: #FCD180;
}
.BgClassName
{
background-color: #FCD180;
}
</style>
border-color css
<style>
span { border-color: #FCD180; }
span { border-color: rgb(252,209,128); }
td.TdClassName
{
border-color: #FCD180;
}
.TagClassName
{
border-color: #FCD180;
}
</style>