Shades of Salomie #FED676
Tints of Salomie #FED676
RGB
CMYK
RGB Variations
Color information
#FED676 (or 0xFED676) is known color: Salomie. HEX triplet: FE, D6 and 76. RGB value is (254,214,118). Sum of RGB (Red+Green+Blue) = 254+214+118=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED676 is #012989. Grayscale: #D7D7D7. Windows color (decimal): -76170 or 7788286. OLE color: 7788286.
HSL color Cylindrical-coordinate representation of color #FED676: hue angle of 42.35º 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 #FED676 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 118 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.00 |
| HSL | 42.35º | 0.99% | 0.73% | - |
| HSV(B) | 42.35º | 0.54% | 1% | - |
| XYZ | 68.19 | 70.47 | 27.15 | - |
| YUV | 215.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 118 | 0 | 0.16 | 0.54 | 0.00 | 42.35 | 0.99 | 0.73 |
| Hex | FE | D6 | 76 | 0 | 10 | 36 | 0 | 2A | 63 | 49 |
| Octal | 376 | 326 | 166 | 0 | 20 | 66 | 0 | 52 | 143 | 111 |
| Binary | 11111110 | 11010110 | 1110110 | 0 | 10000 | 110110 | 0 | 101010 | 1100011 | 1001001 |
Color Harmonies of #FED676
Complementary color
Monochromatic Colors of #FED676
Black with #FED676
Text Example
Text Example
White with #FED676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED676; }
p { color: rgb(254,214,118); }
H1.HeaderClassName
{
color: #FED676;
}
.AnyTagClassName
{
color: #FED676;
}
</style>
background-color css
<style>
a { background-color: #FED676; }
a { background-color: rgb(254,214,118); }
div.DivClassName
{
background-color: #FED676;
}
.BgClassName
{
background-color: #FED676;
}
</style>
border-color css
<style>
span { border-color: #FED676; }
span { border-color: rgb(254,214,118); }
td.TdClassName
{
border-color: #FED676;
}
.TagClassName
{
border-color: #FED676;
}
</style>