Shades of Salomie #FCD87A
Tints of Salomie #FCD87A
RGB
CMYK
RGB Variations
Color information
#FCD87A (or 0xFCD87A) is known color: Salomie. HEX triplet: FC, D8 and 7A. RGB value is (252,216,122). Sum of RGB (Red+Green+Blue) = 252+216+122=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD87A is #032785. Grayscale: #D8D8D8. Windows color (decimal): -206726 or 8050940. OLE color: 8050940.
HSL color Cylindrical-coordinate representation of color #FCD87A: hue angle of 43.38º 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 #FCD87A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 122 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.01 |
| HSL | 43.38º | 0.96% | 0.73% | - |
| HSV(B) | 43.38º | 0.52% | 0.99% | - |
| XYZ | 68.21 | 71.21 | 28.56 | - |
| YUV | 216.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 122 | 0 | 0.14 | 0.52 | 0.01 | 43.38 | 0.96 | 0.73 |
| Hex | FC | D8 | 7A | 0 | E | 34 | 1 | 2B | 60 | 49 |
| Octal | 374 | 330 | 172 | 0 | 16 | 64 | 1 | 53 | 140 | 111 |
| Binary | 11111100 | 11011000 | 1111010 | 0 | 1110 | 110100 | 1 | 101011 | 1100000 | 1001001 |
Color Harmonies of #FCD87A
Complementary color
Monochromatic Colors of #FCD87A
Black with #FCD87A
Text Example
Text Example
White with #FCD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD87A; }
p { color: rgb(252,216,122); }
H1.HeaderClassName
{
color: #FCD87A;
}
.AnyTagClassName
{
color: #FCD87A;
}
</style>
background-color css
<style>
a { background-color: #FCD87A; }
a { background-color: rgb(252,216,122); }
div.DivClassName
{
background-color: #FCD87A;
}
.BgClassName
{
background-color: #FCD87A;
}
</style>
border-color css
<style>
span { border-color: #FCD87A; }
span { border-color: rgb(252,216,122); }
td.TdClassName
{
border-color: #FCD87A;
}
.TagClassName
{
border-color: #FCD87A;
}
</style>