Shades of Salomie #FFD476
Tints of Salomie #FFD476
RGB
CMYK
RGB Variations
Color information
#FFD476 (or 0xFFD476) is known color: Salomie. HEX triplet: FF, D4 and 76. RGB value is (255,212,118). Sum of RGB (Red+Green+Blue) = 255+212+118=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD476 is #002B89. Grayscale: #D6D6D6. Windows color (decimal): -11146 or 7787775. OLE color: 7787775.
HSL color Cylindrical-coordinate representation of color #FFD476: hue angle of 41.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFD476 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 118 | - |
| CMYK | 0 | 0.17 | 0.54 | 0 |
| HSL | 41.17º | 1% | 0.73% | - |
| HSV(B) | 41.17º | 0.54% | 1% | - |
| XYZ | 68.05 | 69.65 | 27 | - |
| YUV | 214.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 118 | 0 | 0.17 | 0.54 | 0 | 41.17 | 1 | 0.73 |
| Hex | FF | D4 | 76 | 0 | 11 | 36 | 0 | 29 | 64 | 49 |
| Octal | 377 | 324 | 166 | 0 | 21 | 66 | 0 | 51 | 144 | 111 |
| Binary | 11111111 | 11010100 | 1110110 | 0 | 10001 | 110110 | 0 | 101001 | 1100100 | 1001001 |
Color Harmonies of #FFD476
Complementary color
Monochromatic Colors of #FFD476
Black with #FFD476
Text Example
Text Example
White with #FFD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD476; }
p { color: rgb(255,212,118); }
H1.HeaderClassName
{
color: #FFD476;
}
.AnyTagClassName
{
color: #FFD476;
}
</style>
background-color css
<style>
a { background-color: #FFD476; }
a { background-color: rgb(255,212,118); }
div.DivClassName
{
background-color: #FFD476;
}
.BgClassName
{
background-color: #FFD476;
}
</style>
border-color css
<style>
span { border-color: #FFD476; }
span { border-color: rgb(255,212,118); }
td.TdClassName
{
border-color: #FFD476;
}
.TagClassName
{
border-color: #FFD476;
}
</style>