Shades of Salomie #FDD17D
Tints of Salomie #FDD17D
RGB
CMYK
RGB Variations
Color information
#FDD17D (or 0xFDD17D) is known color: Salomie. HEX triplet: FD, D1 and 7D. RGB value is (253,209,125). Sum of RGB (Red+Green+Blue) = 253+209+125=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD17D is #022E82. Grayscale: #D4D4D4. Windows color (decimal): -142979 or 8245757. OLE color: 8245757.
HSL color Cylindrical-coordinate representation of color #FDD17D: hue angle of 39.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDD17D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 125 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.01 |
| HSL | 39.38º | 0.97% | 0.74% | - |
| HSV(B) | 39.38º | 0.51% | 0.99% | - |
| XYZ | 67.01 | 67.96 | 28.99 | - |
| YUV | 212.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 125 | 0 | 0.17 | 0.51 | 0.01 | 39.38 | 0.97 | 0.74 |
| Hex | FD | D1 | 7D | 0 | 11 | 33 | 1 | 27 | 61 | 4A |
| Octal | 375 | 321 | 175 | 0 | 21 | 63 | 1 | 47 | 141 | 112 |
| Binary | 11111101 | 11010001 | 1111101 | 0 | 10001 | 110011 | 1 | 100111 | 1100001 | 1001010 |
Color Harmonies of #FDD17D
Complementary color
Monochromatic Colors of #FDD17D
Black with #FDD17D
Text Example
Text Example
White with #FDD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD17D; }
p { color: rgb(253,209,125); }
H1.HeaderClassName
{
color: #FDD17D;
}
.AnyTagClassName
{
color: #FDD17D;
}
</style>
background-color css
<style>
a { background-color: #FDD17D; }
a { background-color: rgb(253,209,125); }
div.DivClassName
{
background-color: #FDD17D;
}
.BgClassName
{
background-color: #FDD17D;
}
</style>
border-color css
<style>
span { border-color: #FDD17D; }
span { border-color: rgb(253,209,125); }
td.TdClassName
{
border-color: #FDD17D;
}
.TagClassName
{
border-color: #FDD17D;
}
</style>