Shades of Salomie #FDD87D
Tints of Salomie #FDD87D
RGB
CMYK
RGB Variations
Color information
#FDD87D (or 0xFDD87D) is known color: Salomie. HEX triplet: FD, D8 and 7D. RGB value is (253,216,125). Sum of RGB (Red+Green+Blue) = 253+216+125=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD87D is #022782. Grayscale: #D9D9D9. Windows color (decimal): -141187 or 8247549. OLE color: 8247549.
HSL color Cylindrical-coordinate representation of color #FDD87D: hue angle of 42.66º 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 #FDD87D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 125 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.01 |
| HSL | 42.66º | 0.97% | 0.74% | - |
| HSV(B) | 42.66º | 0.51% | 0.99% | - |
| XYZ | 68.77 | 71.48 | 29.57 | - |
| YUV | 216.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 125 | 0 | 0.15 | 0.51 | 0.01 | 42.66 | 0.97 | 0.74 |
| Hex | FD | D8 | 7D | 0 | F | 33 | 1 | 2B | 61 | 4A |
| Octal | 375 | 330 | 175 | 0 | 17 | 63 | 1 | 53 | 141 | 112 |
| Binary | 11111101 | 11011000 | 1111101 | 0 | 1111 | 110011 | 1 | 101011 | 1100001 | 1001010 |
Color Harmonies of #FDD87D
Complementary color
Monochromatic Colors of #FDD87D
Black with #FDD87D
Text Example
Text Example
White with #FDD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD87D; }
p { color: rgb(253,216,125); }
H1.HeaderClassName
{
color: #FDD87D;
}
.AnyTagClassName
{
color: #FDD87D;
}
</style>
background-color css
<style>
a { background-color: #FDD87D; }
a { background-color: rgb(253,216,125); }
div.DivClassName
{
background-color: #FDD87D;
}
.BgClassName
{
background-color: #FDD87D;
}
</style>
border-color css
<style>
span { border-color: #FDD87D; }
span { border-color: rgb(253,216,125); }
td.TdClassName
{
border-color: #FDD87D;
}
.TagClassName
{
border-color: #FDD87D;
}
</style>