Shades of Salomie #FDD677
Tints of Salomie #FDD677
RGB
CMYK
RGB Variations
Color information
#FDD677 (or 0xFDD677) is known color: Salomie. HEX triplet: FD, D6 and 77. RGB value is (253,214,119). Sum of RGB (Red+Green+Blue) = 253+214+119=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD677 is #022988. Grayscale: #D7D7D7. Windows color (decimal): -141705 or 7853821. OLE color: 7853821.
HSL color Cylindrical-coordinate representation of color #FDD677: hue angle of 42.54º 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 #FDD677 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 119 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.01 |
| HSL | 42.54º | 0.97% | 0.73% | - |
| HSV(B) | 42.54º | 0.53% | 0.99% | - |
| XYZ | 67.88 | 70.31 | 27.45 | - |
| YUV | 214.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 119 | 0 | 0.15 | 0.53 | 0.01 | 42.54 | 0.97 | 0.73 |
| Hex | FD | D6 | 77 | 0 | F | 35 | 1 | 2B | 61 | 49 |
| Octal | 375 | 326 | 167 | 0 | 17 | 65 | 1 | 53 | 141 | 111 |
| Binary | 11111101 | 11010110 | 1110111 | 0 | 1111 | 110101 | 1 | 101011 | 1100001 | 1001001 |
Color Harmonies of #FDD677
Complementary color
Monochromatic Colors of #FDD677
Black with #FDD677
Text Example
Text Example
White with #FDD677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD677; }
p { color: rgb(253,214,119); }
H1.HeaderClassName
{
color: #FDD677;
}
.AnyTagClassName
{
color: #FDD677;
}
</style>
background-color css
<style>
a { background-color: #FDD677; }
a { background-color: rgb(253,214,119); }
div.DivClassName
{
background-color: #FDD677;
}
.BgClassName
{
background-color: #FDD677;
}
</style>
border-color css
<style>
span { border-color: #FDD677; }
span { border-color: rgb(253,214,119); }
td.TdClassName
{
border-color: #FDD677;
}
.TagClassName
{
border-color: #FDD677;
}
</style>