Shades of Salomie #FCDA77
Tints of Salomie #FCDA77
RGB
CMYK
RGB Variations
Color information
#FCDA77 (or 0xFCDA77) is known color: Salomie. HEX triplet: FC, DA and 77. RGB value is (252,218,119). Sum of RGB (Red+Green+Blue) = 252+218+119=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA77 is #032588. Grayscale: #D9D9D9. Windows color (decimal): -206217 or 7854844. OLE color: 7854844.
HSL color Cylindrical-coordinate representation of color #FCDA77: hue angle of 44.66º 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 #FCDA77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.01 |
| HSL | 44.66º | 0.96% | 0.73% | - |
| HSV(B) | 44.66º | 0.53% | 0.99% | - |
| XYZ | 68.55 | 72.17 | 27.77 | - |
| YUV | 216.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 119 | 0 | 0.13 | 0.53 | 0.01 | 44.66 | 0.96 | 0.73 |
| Hex | FC | DA | 77 | 0 | D | 35 | 1 | 2D | 60 | 49 |
| Octal | 374 | 332 | 167 | 0 | 15 | 65 | 1 | 55 | 140 | 111 |
| Binary | 11111100 | 11011010 | 1110111 | 0 | 1101 | 110101 | 1 | 101101 | 1100000 | 1001001 |
Color Harmonies of #FCDA77
Complementary color
Monochromatic Colors of #FCDA77
Black with #FCDA77
Text Example
Text Example
White with #FCDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA77; }
p { color: rgb(252,218,119); }
H1.HeaderClassName
{
color: #FCDA77;
}
.AnyTagClassName
{
color: #FCDA77;
}
</style>
background-color css
<style>
a { background-color: #FCDA77; }
a { background-color: rgb(252,218,119); }
div.DivClassName
{
background-color: #FCDA77;
}
.BgClassName
{
background-color: #FCDA77;
}
</style>
border-color css
<style>
span { border-color: #FCDA77; }
span { border-color: rgb(252,218,119); }
td.TdClassName
{
border-color: #FCDA77;
}
.TagClassName
{
border-color: #FCDA77;
}
</style>