Shades of Salomie #FDD874
Tints of Salomie #FDD874
RGB
CMYK
RGB Variations
Color information
#FDD874 (or 0xFDD874) is known color: Salomie. HEX triplet: FD, D8 and 74. RGB value is (253,216,116). Sum of RGB (Red+Green+Blue) = 253+216+116=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD874 is #02278B. Grayscale: #D8D8D8. Windows color (decimal): -141196 or 7657725. OLE color: 7657725.
HSL color Cylindrical-coordinate representation of color #FDD874: hue angle of 43.8º 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 #FDD874 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 116 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.01 |
| HSL | 43.8º | 0.97% | 0.72% | - |
| HSV(B) | 43.8º | 0.54% | 0.99% | - |
| XYZ | 68.22 | 71.26 | 26.68 | - |
| YUV | 215.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 116 | 0 | 0.15 | 0.54 | 0.01 | 43.8 | 0.97 | 0.72 |
| Hex | FD | D8 | 74 | 0 | F | 36 | 1 | 2C | 61 | 48 |
| Octal | 375 | 330 | 164 | 0 | 17 | 66 | 1 | 54 | 141 | 110 |
| Binary | 11111101 | 11011000 | 1110100 | 0 | 1111 | 110110 | 1 | 101100 | 1100001 | 1001000 |
Color Harmonies of #FDD874
Complementary color
Monochromatic Colors of #FDD874
Black with #FDD874
Text Example
Text Example
White with #FDD874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD874; }
p { color: rgb(253,216,116); }
H1.HeaderClassName
{
color: #FDD874;
}
.AnyTagClassName
{
color: #FDD874;
}
</style>
background-color css
<style>
a { background-color: #FDD874; }
a { background-color: rgb(253,216,116); }
div.DivClassName
{
background-color: #FDD874;
}
.BgClassName
{
background-color: #FDD874;
}
</style>
border-color css
<style>
span { border-color: #FDD874; }
span { border-color: rgb(253,216,116); }
td.TdClassName
{
border-color: #FDD874;
}
.TagClassName
{
border-color: #FDD874;
}
</style>