Shades of Salomie #FDD975
Tints of Salomie #FDD975
RGB
CMYK
RGB Variations
Color information
#FDD975 (or 0xFDD975) is known color: Salomie. HEX triplet: FD, D9 and 75. RGB value is (253,217,117). Sum of RGB (Red+Green+Blue) = 253+217+117=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD975 is #02268A. Grayscale: #D8D8D8. Windows color (decimal): -140939 or 7723517. OLE color: 7723517.
HSL color Cylindrical-coordinate representation of color #FDD975: hue angle of 44.12º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDD975 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 117 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.01 |
| HSL | 44.12º | 0.97% | 0.73% | - |
| HSV(B) | 44.12º | 0.54% | 0.99% | - |
| XYZ | 68.53 | 71.79 | 27.07 | - |
| YUV | 216.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 117 | 0 | 0.14 | 0.54 | 0.01 | 44.12 | 0.97 | 0.73 |
| Hex | FD | D9 | 75 | 0 | E | 36 | 1 | 2C | 61 | 49 |
| Octal | 375 | 331 | 165 | 0 | 16 | 66 | 1 | 54 | 141 | 111 |
| Binary | 11111101 | 11011001 | 1110101 | 0 | 1110 | 110110 | 1 | 101100 | 1100001 | 1001001 |
Color Harmonies of #FDD975
Complementary color
Monochromatic Colors of #FDD975
Black with #FDD975
Text Example
Text Example
White with #FDD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD975; }
p { color: rgb(253,217,117); }
H1.HeaderClassName
{
color: #FDD975;
}
.AnyTagClassName
{
color: #FDD975;
}
</style>
background-color css
<style>
a { background-color: #FDD975; }
a { background-color: rgb(253,217,117); }
div.DivClassName
{
background-color: #FDD975;
}
.BgClassName
{
background-color: #FDD975;
}
</style>
border-color css
<style>
span { border-color: #FDD975; }
span { border-color: rgb(253,217,117); }
td.TdClassName
{
border-color: #FDD975;
}
.TagClassName
{
border-color: #FDD975;
}
</style>