Shades of Salomie #FDD876
Tints of Salomie #FDD876
RGB
CMYK
RGB Variations
Color information
#FDD876 (or 0xFDD876) is known color: Salomie. HEX triplet: FD, D8 and 76. RGB value is (253,216,118). Sum of RGB (Red+Green+Blue) = 253+216+118=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD876 is #022789. Grayscale: #D8D8D8. Windows color (decimal): -141194 or 7788797. OLE color: 7788797.
HSL color Cylindrical-coordinate representation of color #FDD876: hue angle of 43.56º degrees, saturation: 0.97, 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 #FDD876 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 118 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.01 |
| HSL | 43.56º | 0.97% | 0.73% | - |
| HSV(B) | 43.56º | 0.53% | 0.99% | - |
| XYZ | 68.33 | 71.3 | 27.3 | - |
| YUV | 215.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 118 | 0 | 0.15 | 0.53 | 0.01 | 43.56 | 0.97 | 0.73 |
| Hex | FD | D8 | 76 | 0 | F | 35 | 1 | 2C | 61 | 49 |
| Octal | 375 | 330 | 166 | 0 | 17 | 65 | 1 | 54 | 141 | 111 |
| Binary | 11111101 | 11011000 | 1110110 | 0 | 1111 | 110101 | 1 | 101100 | 1100001 | 1001001 |
Color Harmonies of #FDD876
Complementary color
Monochromatic Colors of #FDD876
Black with #FDD876
Text Example
Text Example
White with #FDD876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD876; }
p { color: rgb(253,216,118); }
H1.HeaderClassName
{
color: #FDD876;
}
.AnyTagClassName
{
color: #FDD876;
}
</style>
background-color css
<style>
a { background-color: #FDD876; }
a { background-color: rgb(253,216,118); }
div.DivClassName
{
background-color: #FDD876;
}
.BgClassName
{
background-color: #FDD876;
}
</style>
border-color css
<style>
span { border-color: #FDD876; }
span { border-color: rgb(253,216,118); }
td.TdClassName
{
border-color: #FDD876;
}
.TagClassName
{
border-color: #FDD876;
}
</style>