Shades of Salomie #FED776
Tints of Salomie #FED776
RGB
CMYK
RGB Variations
Color information
#FED776 (or 0xFED776) is known color: Salomie. HEX triplet: FE, D7 and 76. RGB value is (254,215,118). Sum of RGB (Red+Green+Blue) = 254+215+118=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED776 is #012889. Grayscale: #D8D8D8. Windows color (decimal): -75914 or 7788542. OLE color: 7788542.
HSL color Cylindrical-coordinate representation of color #FED776: hue angle of 42.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FED776 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 118 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.00 |
| HSL | 42.79º | 0.99% | 0.73% | - |
| HSV(B) | 42.79º | 0.54% | 1% | - |
| XYZ | 68.44 | 70.98 | 27.23 | - |
| YUV | 215.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 118 | 0 | 0.15 | 0.54 | 0.00 | 42.79 | 0.99 | 0.73 |
| Hex | FE | D7 | 76 | 0 | F | 36 | 0 | 2B | 63 | 49 |
| Octal | 376 | 327 | 166 | 0 | 17 | 66 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11010111 | 1110110 | 0 | 1111 | 110110 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED776
Complementary color
Monochromatic Colors of #FED776
Black with #FED776
Text Example
Text Example
White with #FED776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED776; }
p { color: rgb(254,215,118); }
H1.HeaderClassName
{
color: #FED776;
}
.AnyTagClassName
{
color: #FED776;
}
</style>
background-color css
<style>
a { background-color: #FED776; }
a { background-color: rgb(254,215,118); }
div.DivClassName
{
background-color: #FED776;
}
.BgClassName
{
background-color: #FED776;
}
</style>
border-color css
<style>
span { border-color: #FED776; }
span { border-color: rgb(254,215,118); }
td.TdClassName
{
border-color: #FED776;
}
.TagClassName
{
border-color: #FED776;
}
</style>