Shades of Salomie #FED976
Tints of Salomie #FED976
RGB
CMYK
RGB Variations
Color information
#FED976 (or 0xFED976) is known color: Salomie. HEX triplet: FE, D9 and 76. RGB value is (254,217,118). Sum of RGB (Red+Green+Blue) = 254+217+118=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED976 is #012689. Grayscale: #D9D9D9. Windows color (decimal): -75402 or 7789054. OLE color: 7789054.
HSL color Cylindrical-coordinate representation of color #FED976: hue angle of 43.68º 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 #FED976 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 118 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.00 |
| HSL | 43.68º | 0.99% | 0.73% | - |
| HSV(B) | 43.68º | 0.54% | 1% | - |
| XYZ | 68.96 | 72 | 27.4 | - |
| YUV | 216.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 118 | 0 | 0.15 | 0.54 | 0.00 | 43.68 | 0.99 | 0.73 |
| Hex | FE | D9 | 76 | 0 | F | 36 | 0 | 2C | 63 | 49 |
| Octal | 376 | 331 | 166 | 0 | 17 | 66 | 0 | 54 | 143 | 111 |
| Binary | 11111110 | 11011001 | 1110110 | 0 | 1111 | 110110 | 0 | 101100 | 1100011 | 1001001 |
Color Harmonies of #FED976
Complementary color
Monochromatic Colors of #FED976
Black with #FED976
Text Example
Text Example
White with #FED976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED976; }
p { color: rgb(254,217,118); }
H1.HeaderClassName
{
color: #FED976;
}
.AnyTagClassName
{
color: #FED976;
}
</style>
background-color css
<style>
a { background-color: #FED976; }
a { background-color: rgb(254,217,118); }
div.DivClassName
{
background-color: #FED976;
}
.BgClassName
{
background-color: #FED976;
}
</style>
border-color css
<style>
span { border-color: #FED976; }
span { border-color: rgb(254,217,118); }
td.TdClassName
{
border-color: #FED976;
}
.TagClassName
{
border-color: #FED976;
}
</style>