Shades of Salomie #FDD178
Tints of Salomie #FDD178
RGB
CMYK
RGB Variations
Color information
#FDD178 (or 0xFDD178) is known color: Salomie. HEX triplet: FD, D1 and 78. RGB value is (253,209,120). Sum of RGB (Red+Green+Blue) = 253+209+120=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD178 is #022E87. Grayscale: #D4D4D4. Windows color (decimal): -142984 or 7918077. OLE color: 7918077.
HSL color Cylindrical-coordinate representation of color #FDD178: hue angle of 40.15º 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 #FDD178 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 120 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.01 |
| HSL | 40.15º | 0.97% | 0.73% | - |
| HSV(B) | 40.15º | 0.53% | 0.99% | - |
| XYZ | 66.7 | 67.84 | 27.35 | - |
| YUV | 212.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 120 | 0 | 0.17 | 0.53 | 0.01 | 40.15 | 0.97 | 0.73 |
| Hex | FD | D1 | 78 | 0 | 11 | 35 | 1 | 28 | 61 | 49 |
| Octal | 375 | 321 | 170 | 0 | 21 | 65 | 1 | 50 | 141 | 111 |
| Binary | 11111101 | 11010001 | 1111000 | 0 | 10001 | 110101 | 1 | 101000 | 1100001 | 1001001 |
Color Harmonies of #FDD178
Complementary color
Monochromatic Colors of #FDD178
Black with #FDD178
Text Example
Text Example
White with #FDD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD178; }
p { color: rgb(253,209,120); }
H1.HeaderClassName
{
color: #FDD178;
}
.AnyTagClassName
{
color: #FDD178;
}
</style>
background-color css
<style>
a { background-color: #FDD178; }
a { background-color: rgb(253,209,120); }
div.DivClassName
{
background-color: #FDD178;
}
.BgClassName
{
background-color: #FDD178;
}
</style>
border-color css
<style>
span { border-color: #FDD178; }
span { border-color: rgb(253,209,120); }
td.TdClassName
{
border-color: #FDD178;
}
.TagClassName
{
border-color: #FDD178;
}
</style>