Shades of Salomie #FCD277
Tints of Salomie #FCD277
RGB
CMYK
RGB Variations
Color information
#FCD277 (or 0xFCD277) is known color: Salomie. HEX triplet: FC, D2 and 77. RGB value is (252,210,119). Sum of RGB (Red+Green+Blue) = 252+210+119=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD277 is #032D88. Grayscale: #D4D4D4. Windows color (decimal): -208265 or 7852796. OLE color: 7852796.
HSL color Cylindrical-coordinate representation of color #FCD277: hue angle of 41.05º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCD277 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 119 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.01 |
| HSL | 41.05º | 0.96% | 0.73% | - |
| HSV(B) | 41.05º | 0.53% | 0.99% | - |
| XYZ | 66.52 | 68.12 | 27.1 | - |
| YUV | 212.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 119 | 0 | 0.17 | 0.53 | 0.01 | 41.05 | 0.96 | 0.73 |
| Hex | FC | D2 | 77 | 0 | 11 | 35 | 1 | 29 | 60 | 49 |
| Octal | 374 | 322 | 167 | 0 | 21 | 65 | 1 | 51 | 140 | 111 |
| Binary | 11111100 | 11010010 | 1110111 | 0 | 10001 | 110101 | 1 | 101001 | 1100000 | 1001001 |
Color Harmonies of #FCD277
Complementary color
Monochromatic Colors of #FCD277
Black with #FCD277
Text Example
Text Example
White with #FCD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD277; }
p { color: rgb(252,210,119); }
H1.HeaderClassName
{
color: #FCD277;
}
.AnyTagClassName
{
color: #FCD277;
}
</style>
background-color css
<style>
a { background-color: #FCD277; }
a { background-color: rgb(252,210,119); }
div.DivClassName
{
background-color: #FCD277;
}
.BgClassName
{
background-color: #FCD277;
}
</style>
border-color css
<style>
span { border-color: #FCD277; }
span { border-color: rgb(252,210,119); }
td.TdClassName
{
border-color: #FCD277;
}
.TagClassName
{
border-color: #FCD277;
}
</style>