Shades of Salomie #FDD879
Tints of Salomie #FDD879
RGB
CMYK
RGB Variations
Color information
#FDD879 (or 0xFDD879) is known color: Salomie. HEX triplet: FD, D8 and 79. RGB value is (253,216,121). Sum of RGB (Red+Green+Blue) = 253+216+121=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 121 (47.66% from 255 or 20.51% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD879 is #022786. Grayscale: #D8D8D8. Windows color (decimal): -141191 or 7985405. OLE color: 7985405.
HSL color Cylindrical-coordinate representation of color #FDD879: hue angle of 43.18º 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 #FDD879 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 121 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 43.18º | 0.97% | 0.73% | - |
| HSV(B) | 43.18º | 0.52% | 0.99% | - |
| XYZ | 68.52 | 71.37 | 28.25 | - |
| YUV | 216.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 121 | 0 | 0.15 | 0.52 | 0.01 | 43.18 | 0.97 | 0.73 |
| Hex | FD | D8 | 79 | 0 | F | 34 | 1 | 2B | 61 | 49 |
| Octal | 375 | 330 | 171 | 0 | 17 | 64 | 1 | 53 | 141 | 111 |
| Binary | 11111101 | 11011000 | 1111001 | 0 | 1111 | 110100 | 1 | 101011 | 1100001 | 1001001 |
Color Harmonies of #FDD879
Complementary color
Monochromatic Colors of #FDD879
Black with #FDD879
Text Example
Text Example
White with #FDD879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD879; }
p { color: rgb(253,216,121); }
H1.HeaderClassName
{
color: #FDD879;
}
.AnyTagClassName
{
color: #FDD879;
}
</style>
background-color css
<style>
a { background-color: #FDD879; }
a { background-color: rgb(253,216,121); }
div.DivClassName
{
background-color: #FDD879;
}
.BgClassName
{
background-color: #FDD879;
}
</style>
border-color css
<style>
span { border-color: #FDD879; }
span { border-color: rgb(253,216,121); }
td.TdClassName
{
border-color: #FDD879;
}
.TagClassName
{
border-color: #FDD879;
}
</style>