Shades of Salomie #FCD77B
Tints of Salomie #FCD77B
RGB
CMYK
RGB Variations
Color information
#FCD77B (or 0xFCD77B) is known color: Salomie. HEX triplet: FC, D7 and 7B. RGB value is (252,215,123). Sum of RGB (Red+Green+Blue) = 252+215+123=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD77B is #032884. Grayscale: #D7D7D7. Windows color (decimal): -206981 or 8116220. OLE color: 8116220.
HSL color Cylindrical-coordinate representation of color #FCD77B: hue angle of 42.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCD77B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 123 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.01 |
| HSL | 42.79º | 0.96% | 0.74% | - |
| HSV(B) | 42.79º | 0.51% | 0.99% | - |
| XYZ | 68.02 | 70.73 | 28.81 | - |
| YUV | 215.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 123 | 0 | 0.15 | 0.51 | 0.01 | 42.79 | 0.96 | 0.74 |
| Hex | FC | D7 | 7B | 0 | F | 33 | 1 | 2B | 60 | 4A |
| Octal | 374 | 327 | 173 | 0 | 17 | 63 | 1 | 53 | 140 | 112 |
| Binary | 11111100 | 11010111 | 1111011 | 0 | 1111 | 110011 | 1 | 101011 | 1100000 | 1001010 |
Color Harmonies of #FCD77B
Complementary color
Monochromatic Colors of #FCD77B
Black with #FCD77B
Text Example
Text Example
White with #FCD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD77B; }
p { color: rgb(252,215,123); }
H1.HeaderClassName
{
color: #FCD77B;
}
.AnyTagClassName
{
color: #FCD77B;
}
</style>
background-color css
<style>
a { background-color: #FCD77B; }
a { background-color: rgb(252,215,123); }
div.DivClassName
{
background-color: #FCD77B;
}
.BgClassName
{
background-color: #FCD77B;
}
</style>
border-color css
<style>
span { border-color: #FCD77B; }
span { border-color: rgb(252,215,123); }
td.TdClassName
{
border-color: #FCD77B;
}
.TagClassName
{
border-color: #FCD77B;
}
</style>