Shades of Salomie #FDD679
Tints of Salomie #FDD679
RGB
CMYK
RGB Variations
Color information
#FDD679 (or 0xFDD679) is known color: Salomie. HEX triplet: FD, D6 and 79. RGB value is (253,214,121). Sum of RGB (Red+Green+Blue) = 253+214+121=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD679 is #022986. Grayscale: #D7D7D7. Windows color (decimal): -141703 or 7984893. OLE color: 7984893.
HSL color Cylindrical-coordinate representation of color #FDD679: hue angle of 42.27º 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 #FDD679 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 121 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 42.27º | 0.97% | 0.73% | - |
| HSV(B) | 42.27º | 0.52% | 0.99% | - |
| XYZ | 68.01 | 70.36 | 28.08 | - |
| YUV | 215.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 121 | 0 | 0.15 | 0.52 | 0.01 | 42.27 | 0.97 | 0.73 |
| Hex | FD | D6 | 79 | 0 | F | 34 | 1 | 2A | 61 | 49 |
| Octal | 375 | 326 | 171 | 0 | 17 | 64 | 1 | 52 | 141 | 111 |
| Binary | 11111101 | 11010110 | 1111001 | 0 | 1111 | 110100 | 1 | 101010 | 1100001 | 1001001 |
Color Harmonies of #FDD679
Complementary color
Monochromatic Colors of #FDD679
Black with #FDD679
Text Example
Text Example
White with #FDD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD679; }
p { color: rgb(253,214,121); }
H1.HeaderClassName
{
color: #FDD679;
}
.AnyTagClassName
{
color: #FDD679;
}
</style>
background-color css
<style>
a { background-color: #FDD679; }
a { background-color: rgb(253,214,121); }
div.DivClassName
{
background-color: #FDD679;
}
.BgClassName
{
background-color: #FDD679;
}
</style>
border-color css
<style>
span { border-color: #FDD679; }
span { border-color: rgb(253,214,121); }
td.TdClassName
{
border-color: #FDD679;
}
.TagClassName
{
border-color: #FDD679;
}
</style>