Shades of Salomie #FDDB79
Tints of Salomie #FDDB79
RGB
CMYK
RGB Variations
Color information
#FDDB79 (or 0xFDDB79) is known color: Salomie. HEX triplet: FD, DB and 79. RGB value is (253,219,121). Sum of RGB (Red+Green+Blue) = 253+219+121=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 121 (47.66% from 255 or 20.40% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB79 is #022486. Grayscale: #DADADA. Windows color (decimal): -140423 or 7986173. OLE color: 7986173.
HSL color Cylindrical-coordinate representation of color #FDDB79: hue angle of 44.55º 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 #FDDB79 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 121 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.01 |
| HSL | 44.55º | 0.97% | 0.73% | - |
| HSV(B) | 44.55º | 0.52% | 0.99% | - |
| XYZ | 69.29 | 72.93 | 28.51 | - |
| YUV | 217.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 121 | 0 | 0.13 | 0.52 | 0.01 | 44.55 | 0.97 | 0.73 |
| Hex | FD | DB | 79 | 0 | D | 34 | 1 | 2D | 61 | 49 |
| Octal | 375 | 333 | 171 | 0 | 15 | 64 | 1 | 55 | 141 | 111 |
| Binary | 11111101 | 11011011 | 1111001 | 0 | 1101 | 110100 | 1 | 101101 | 1100001 | 1001001 |
Color Harmonies of #FDDB79
Complementary color
Monochromatic Colors of #FDDB79
Black with #FDDB79
Text Example
Text Example
White with #FDDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB79; }
p { color: rgb(253,219,121); }
H1.HeaderClassName
{
color: #FDDB79;
}
.AnyTagClassName
{
color: #FDDB79;
}
</style>
background-color css
<style>
a { background-color: #FDDB79; }
a { background-color: rgb(253,219,121); }
div.DivClassName
{
background-color: #FDDB79;
}
.BgClassName
{
background-color: #FDDB79;
}
</style>
border-color css
<style>
span { border-color: #FDDB79; }
span { border-color: rgb(253,219,121); }
td.TdClassName
{
border-color: #FDDB79;
}
.TagClassName
{
border-color: #FDDB79;
}
</style>