Shades of Salomie #FED87E
Tints of Salomie #FED87E
RGB
CMYK
RGB Variations
Color information
#FED87E (or 0xFED87E) is known color: Salomie. HEX triplet: FE, D8 and 7E. RGB value is (254,216,126). Sum of RGB (Red+Green+Blue) = 254+216+126=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED87E is #012781. Grayscale: #D9D9D9. Windows color (decimal): -75650 or 8313086. OLE color: 8313086.
HSL color Cylindrical-coordinate representation of color #FED87E: hue angle of 42.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED87E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 126 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.00 |
| HSL | 42.19º | 0.98% | 0.75% | - |
| HSV(B) | 42.19º | 0.5% | 1% | - |
| XYZ | 69.19 | 71.69 | 29.93 | - |
| YUV | 217.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 126 | 0 | 0.15 | 0.50 | 0.00 | 42.19 | 0.98 | 0.75 |
| Hex | FE | D8 | 7E | 0 | F | 32 | 0 | 2A | 62 | 4B |
| Octal | 376 | 330 | 176 | 0 | 17 | 62 | 0 | 52 | 142 | 113 |
| Binary | 11111110 | 11011000 | 1111110 | 0 | 1111 | 110010 | 0 | 101010 | 1100010 | 1001011 |
Color Harmonies of #FED87E
Complementary color
Monochromatic Colors of #FED87E
Black with #FED87E
Text Example
Text Example
White with #FED87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED87E; }
p { color: rgb(254,216,126); }
H1.HeaderClassName
{
color: #FED87E;
}
.AnyTagClassName
{
color: #FED87E;
}
</style>
background-color css
<style>
a { background-color: #FED87E; }
a { background-color: rgb(254,216,126); }
div.DivClassName
{
background-color: #FED87E;
}
.BgClassName
{
background-color: #FED87E;
}
</style>
border-color css
<style>
span { border-color: #FED87E; }
span { border-color: rgb(254,216,126); }
td.TdClassName
{
border-color: #FED87E;
}
.TagClassName
{
border-color: #FED87E;
}
</style>