Shades of Salomie #FCD278
Tints of Salomie #FCD278
RGB
CMYK
RGB Variations
Color information
#FCD278 (or 0xFCD278) is known color: Salomie. HEX triplet: FC, D2 and 78. RGB value is (252,210,120). Sum of RGB (Red+Green+Blue) = 252+210+120=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD278 is #032D87. Grayscale: #D4D4D4. Windows color (decimal): -208264 or 7918332. OLE color: 7918332.
HSL color Cylindrical-coordinate representation of color #FCD278: hue angle of 40.91º 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 #FCD278 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 120 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.01 |
| HSL | 40.91º | 0.96% | 0.73% | - |
| HSV(B) | 40.91º | 0.52% | 0.99% | - |
| XYZ | 66.58 | 68.14 | 27.41 | - |
| YUV | 212.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 120 | 0 | 0.17 | 0.52 | 0.01 | 40.91 | 0.96 | 0.73 |
| Hex | FC | D2 | 78 | 0 | 11 | 34 | 1 | 29 | 60 | 49 |
| Octal | 374 | 322 | 170 | 0 | 21 | 64 | 1 | 51 | 140 | 111 |
| Binary | 11111100 | 11010010 | 1111000 | 0 | 10001 | 110100 | 1 | 101001 | 1100000 | 1001001 |
Color Harmonies of #FCD278
Complementary color
Monochromatic Colors of #FCD278
Black with #FCD278
Text Example
Text Example
White with #FCD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD278; }
p { color: rgb(252,210,120); }
H1.HeaderClassName
{
color: #FCD278;
}
.AnyTagClassName
{
color: #FCD278;
}
</style>
background-color css
<style>
a { background-color: #FCD278; }
a { background-color: rgb(252,210,120); }
div.DivClassName
{
background-color: #FCD278;
}
.BgClassName
{
background-color: #FCD278;
}
</style>
border-color css
<style>
span { border-color: #FCD278; }
span { border-color: rgb(252,210,120); }
td.TdClassName
{
border-color: #FCD278;
}
.TagClassName
{
border-color: #FCD278;
}
</style>