Shades of Salomie #FCD380
Tints of Salomie #FCD380
RGB
CMYK
RGB Variations
Color information
#FCD380 (or 0xFCD380) is known color: Salomie. HEX triplet: FC, D3 and 80. RGB value is (252,211,128). Sum of RGB (Red+Green+Blue) = 252+211+128=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD380 is #032C7F. Grayscale: #D6D6D6. Windows color (decimal): -208000 or 8442876. OLE color: 8442876.
HSL color Cylindrical-coordinate representation of color #FCD380: hue angle of 40.16º 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 #FCD380 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 128 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.01 |
| HSL | 40.16º | 0.95% | 0.75% | - |
| HSV(B) | 40.16º | 0.49% | 0.99% | - |
| XYZ | 67.34 | 68.84 | 30.16 | - |
| YUV | 213.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 128 | 0 | 0.16 | 0.49 | 0.01 | 40.16 | 0.95 | 0.75 |
| Hex | FC | D3 | 80 | 0 | 10 | 31 | 1 | 28 | 5F | 4B |
| Octal | 374 | 323 | 200 | 0 | 20 | 61 | 1 | 50 | 137 | 113 |
| Binary | 11111100 | 11010011 | 10000000 | 0 | 10000 | 110001 | 1 | 101000 | 1011111 | 1001011 |
Color Harmonies of #FCD380
Complementary color
Monochromatic Colors of #FCD380
Black with #FCD380
Text Example
Text Example
White with #FCD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD380; }
p { color: rgb(252,211,128); }
H1.HeaderClassName
{
color: #FCD380;
}
.AnyTagClassName
{
color: #FCD380;
}
</style>
background-color css
<style>
a { background-color: #FCD380; }
a { background-color: rgb(252,211,128); }
div.DivClassName
{
background-color: #FCD380;
}
.BgClassName
{
background-color: #FCD380;
}
</style>
border-color css
<style>
span { border-color: #FCD380; }
span { border-color: rgb(252,211,128); }
td.TdClassName
{
border-color: #FCD380;
}
.TagClassName
{
border-color: #FCD380;
}
</style>