Shades of Salomie #FDD179
Tints of Salomie #FDD179
RGB
CMYK
RGB Variations
Color information
#FDD179 (or 0xFDD179) is known color: Salomie. HEX triplet: FD, D1 and 79. RGB value is (253,209,121). Sum of RGB (Red+Green+Blue) = 253+209+121=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD179 is #022E86. Grayscale: #D4D4D4. Windows color (decimal): -142983 or 7983613. OLE color: 7983613.
HSL color Cylindrical-coordinate representation of color #FDD179: hue angle of 40º degrees, saturation: 0.97, 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 #FDD179 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 121 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.01 |
| HSL | 40º | 0.97% | 0.73% | - |
| HSV(B) | 40º | 0.52% | 0.99% | - |
| XYZ | 66.76 | 67.86 | 27.67 | - |
| YUV | 212.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 121 | 0 | 0.17 | 0.52 | 0.01 | 40 | 0.97 | 0.73 |
| Hex | FD | D1 | 79 | 0 | 11 | 34 | 1 | 28 | 61 | 49 |
| Octal | 375 | 321 | 171 | 0 | 21 | 64 | 1 | 50 | 141 | 111 |
| Binary | 11111101 | 11010001 | 1111001 | 0 | 10001 | 110100 | 1 | 101000 | 1100001 | 1001001 |
Color Harmonies of #FDD179
Complementary color
Monochromatic Colors of #FDD179
Black with #FDD179
Text Example
Text Example
White with #FDD179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD179; }
p { color: rgb(253,209,121); }
H1.HeaderClassName
{
color: #FDD179;
}
.AnyTagClassName
{
color: #FDD179;
}
</style>
background-color css
<style>
a { background-color: #FDD179; }
a { background-color: rgb(253,209,121); }
div.DivClassName
{
background-color: #FDD179;
}
.BgClassName
{
background-color: #FDD179;
}
</style>
border-color css
<style>
span { border-color: #FDD179; }
span { border-color: rgb(253,209,121); }
td.TdClassName
{
border-color: #FDD179;
}
.TagClassName
{
border-color: #FDD179;
}
</style>