Shades of Salomie #FED876
Tints of Salomie #FED876
RGB
CMYK
RGB Variations
Color information
#FED876 (or 0xFED876) is known color: Salomie. HEX triplet: FE, D8 and 76. RGB value is (254,216,118). Sum of RGB (Red+Green+Blue) = 254+216+118=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED876 is #012789. Grayscale: #D8D8D8. Windows color (decimal): -75658 or 7788798. OLE color: 7788798.
HSL color Cylindrical-coordinate representation of color #FED876: hue angle of 43.24º 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 #FED876 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 118 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.00 |
| HSL | 43.24º | 0.99% | 0.73% | - |
| HSV(B) | 43.24º | 0.54% | 1% | - |
| XYZ | 68.7 | 71.49 | 27.32 | - |
| YUV | 216.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 118 | 0 | 0.15 | 0.54 | 0.00 | 43.24 | 0.99 | 0.73 |
| Hex | FE | D8 | 76 | 0 | F | 36 | 0 | 2B | 63 | 49 |
| Octal | 376 | 330 | 166 | 0 | 17 | 66 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11011000 | 1110110 | 0 | 1111 | 110110 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED876
Complementary color
Monochromatic Colors of #FED876
Black with #FED876
Text Example
Text Example
White with #FED876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED876; }
p { color: rgb(254,216,118); }
H1.HeaderClassName
{
color: #FED876;
}
.AnyTagClassName
{
color: #FED876;
}
</style>
background-color css
<style>
a { background-color: #FED876; }
a { background-color: rgb(254,216,118); }
div.DivClassName
{
background-color: #FED876;
}
.BgClassName
{
background-color: #FED876;
}
</style>
border-color css
<style>
span { border-color: #FED876; }
span { border-color: rgb(254,216,118); }
td.TdClassName
{
border-color: #FED876;
}
.TagClassName
{
border-color: #FED876;
}
</style>