Shades of Salomie #FDD974
Tints of Salomie #FDD974
RGB
CMYK
RGB Variations
Color information
#FDD974 (or 0xFDD974) is known color: Salomie. HEX triplet: FD, D9 and 74. RGB value is (253,217,116). Sum of RGB (Red+Green+Blue) = 253+217+116=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD974 is #02268B. Grayscale: #D8D8D8. Windows color (decimal): -140940 or 7657981. OLE color: 7657981.
HSL color Cylindrical-coordinate representation of color #FDD974: hue angle of 44.23º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDD974 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 116 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.01 |
| HSL | 44.23º | 0.97% | 0.72% | - |
| HSV(B) | 44.23º | 0.54% | 0.99% | - |
| XYZ | 68.47 | 71.77 | 26.77 | - |
| YUV | 216.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 116 | 0 | 0.14 | 0.54 | 0.01 | 44.23 | 0.97 | 0.72 |
| Hex | FD | D9 | 74 | 0 | E | 36 | 1 | 2C | 61 | 48 |
| Octal | 375 | 331 | 164 | 0 | 16 | 66 | 1 | 54 | 141 | 110 |
| Binary | 11111101 | 11011001 | 1110100 | 0 | 1110 | 110110 | 1 | 101100 | 1100001 | 1001000 |
Color Harmonies of #FDD974
Complementary color
Monochromatic Colors of #FDD974
Black with #FDD974
Text Example
Text Example
White with #FDD974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD974; }
p { color: rgb(253,217,116); }
H1.HeaderClassName
{
color: #FDD974;
}
.AnyTagClassName
{
color: #FDD974;
}
</style>
background-color css
<style>
a { background-color: #FDD974; }
a { background-color: rgb(253,217,116); }
div.DivClassName
{
background-color: #FDD974;
}
.BgClassName
{
background-color: #FDD974;
}
</style>
border-color css
<style>
span { border-color: #FDD974; }
span { border-color: rgb(253,217,116); }
td.TdClassName
{
border-color: #FDD974;
}
.TagClassName
{
border-color: #FDD974;
}
</style>