Shades of Salomie #FDD875
Tints of Salomie #FDD875
RGB
CMYK
RGB Variations
Color information
#FDD875 (or 0xFDD875) is known color: Salomie. HEX triplet: FD, D8 and 75. RGB value is (253,216,117). Sum of RGB (Red+Green+Blue) = 253+216+117=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD875 is #02278A. Grayscale: #D8D8D8. Windows color (decimal): -141195 or 7723261. OLE color: 7723261.
HSL color Cylindrical-coordinate representation of color #FDD875: hue angle of 43.68º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDD875 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 117 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.01 |
| HSL | 43.68º | 0.97% | 0.73% | - |
| HSV(B) | 43.68º | 0.54% | 0.99% | - |
| XYZ | 68.27 | 71.28 | 26.99 | - |
| YUV | 215.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 117 | 0 | 0.15 | 0.54 | 0.01 | 43.68 | 0.97 | 0.73 |
| Hex | FD | D8 | 75 | 0 | F | 36 | 1 | 2C | 61 | 49 |
| Octal | 375 | 330 | 165 | 0 | 17 | 66 | 1 | 54 | 141 | 111 |
| Binary | 11111101 | 11011000 | 1110101 | 0 | 1111 | 110110 | 1 | 101100 | 1100001 | 1001001 |
Color Harmonies of #FDD875
Complementary color
Monochromatic Colors of #FDD875
Black with #FDD875
Text Example
Text Example
White with #FDD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD875; }
p { color: rgb(253,216,117); }
H1.HeaderClassName
{
color: #FDD875;
}
.AnyTagClassName
{
color: #FDD875;
}
</style>
background-color css
<style>
a { background-color: #FDD875; }
a { background-color: rgb(253,216,117); }
div.DivClassName
{
background-color: #FDD875;
}
.BgClassName
{
background-color: #FDD875;
}
</style>
border-color css
<style>
span { border-color: #FDD875; }
span { border-color: rgb(253,216,117); }
td.TdClassName
{
border-color: #FDD875;
}
.TagClassName
{
border-color: #FDD875;
}
</style>