Shades of Salomie #FCD77A
Tints of Salomie #FCD77A
RGB
CMYK
RGB Variations
Color information
#FCD77A (or 0xFCD77A) is known color: Salomie. HEX triplet: FC, D7 and 7A. RGB value is (252,215,122). Sum of RGB (Red+Green+Blue) = 252+215+122=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD77A is #032885. Grayscale: #D7D7D7. Windows color (decimal): -206982 or 8050684. OLE color: 8050684.
HSL color Cylindrical-coordinate representation of color #FCD77A: hue angle of 42.92º 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 #FCD77A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 42.92º | 0.96% | 0.73% | - |
| HSV(B) | 42.92º | 0.52% | 0.99% | - |
| XYZ | 67.96 | 70.7 | 28.48 | - |
| YUV | 215.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 122 | 0 | 0.15 | 0.52 | 0.01 | 42.92 | 0.96 | 0.73 |
| Hex | FC | D7 | 7A | 0 | F | 34 | 1 | 2B | 60 | 49 |
| Octal | 374 | 327 | 172 | 0 | 17 | 64 | 1 | 53 | 140 | 111 |
| Binary | 11111100 | 11010111 | 1111010 | 0 | 1111 | 110100 | 1 | 101011 | 1100000 | 1001001 |
Color Harmonies of #FCD77A
Complementary color
Monochromatic Colors of #FCD77A
Black with #FCD77A
Text Example
Text Example
White with #FCD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD77A; }
p { color: rgb(252,215,122); }
H1.HeaderClassName
{
color: #FCD77A;
}
.AnyTagClassName
{
color: #FCD77A;
}
</style>
background-color css
<style>
a { background-color: #FCD77A; }
a { background-color: rgb(252,215,122); }
div.DivClassName
{
background-color: #FCD77A;
}
.BgClassName
{
background-color: #FCD77A;
}
</style>
border-color css
<style>
span { border-color: #FCD77A; }
span { border-color: rgb(252,215,122); }
td.TdClassName
{
border-color: #FCD77A;
}
.TagClassName
{
border-color: #FCD77A;
}
</style>