Shades of Salomie #FDD877
Tints of Salomie #FDD877
RGB
CMYK
RGB Variations
Color information
#FDD877 (or 0xFDD877) is known color: Salomie. HEX triplet: FD, D8 and 77. RGB value is (253,216,119). Sum of RGB (Red+Green+Blue) = 253+216+119=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD877 is #022788. Grayscale: #D8D8D8. Windows color (decimal): -141193 or 7854333. OLE color: 7854333.
HSL color Cylindrical-coordinate representation of color #FDD877: hue angle of 43.43º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDD877 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 119 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.01 |
| HSL | 43.43º | 0.97% | 0.73% | - |
| HSV(B) | 43.43º | 0.53% | 0.99% | - |
| XYZ | 68.39 | 71.33 | 27.62 | - |
| YUV | 216.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 119 | 0 | 0.15 | 0.53 | 0.01 | 43.43 | 0.97 | 0.73 |
| Hex | FD | D8 | 77 | 0 | F | 35 | 1 | 2B | 61 | 49 |
| Octal | 375 | 330 | 167 | 0 | 17 | 65 | 1 | 53 | 141 | 111 |
| Binary | 11111101 | 11011000 | 1110111 | 0 | 1111 | 110101 | 1 | 101011 | 1100001 | 1001001 |
Color Harmonies of #FDD877
Complementary color
Monochromatic Colors of #FDD877
Black with #FDD877
Text Example
Text Example
White with #FDD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD877; }
p { color: rgb(253,216,119); }
H1.HeaderClassName
{
color: #FDD877;
}
.AnyTagClassName
{
color: #FDD877;
}
</style>
background-color css
<style>
a { background-color: #FDD877; }
a { background-color: rgb(253,216,119); }
div.DivClassName
{
background-color: #FDD877;
}
.BgClassName
{
background-color: #FDD877;
}
</style>
border-color css
<style>
span { border-color: #FDD877; }
span { border-color: rgb(253,216,119); }
td.TdClassName
{
border-color: #FDD877;
}
.TagClassName
{
border-color: #FDD877;
}
</style>