Shades of Salomie #FEDA7E
Tints of Salomie #FEDA7E
RGB
CMYK
RGB Variations
Color information
#FEDA7E (or 0xFEDA7E) is known color: Salomie. HEX triplet: FE, DA and 7E. RGB value is (254,218,126). Sum of RGB (Red+Green+Blue) = 254+218+126=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA7E is #012581. Grayscale: #DADADA. Windows color (decimal): -75138 or 8313598. OLE color: 8313598.
HSL color Cylindrical-coordinate representation of color #FEDA7E: hue angle of 43.12º 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 #FEDA7E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 126 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.00 |
| HSL | 43.13º | 0.98% | 0.75% | - |
| HSV(B) | 43.13º | 0.5% | 1% | - |
| XYZ | 69.71 | 72.72 | 30.1 | - |
| YUV | 218.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 126 | 0 | 0.14 | 0.50 | 0.00 | 43.13 | 0.98 | 0.75 |
| Hex | FE | DA | 7E | 0 | E | 32 | 0 | 2B | 62 | 4B |
| Octal | 376 | 332 | 176 | 0 | 16 | 62 | 0 | 53 | 142 | 113 |
| Binary | 11111110 | 11011010 | 1111110 | 0 | 1110 | 110010 | 0 | 101011 | 1100010 | 1001011 |
Color Harmonies of #FEDA7E
Complementary color
Monochromatic Colors of #FEDA7E
Black with #FEDA7E
Text Example
Text Example
White with #FEDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA7E; }
p { color: rgb(254,218,126); }
H1.HeaderClassName
{
color: #FEDA7E;
}
.AnyTagClassName
{
color: #FEDA7E;
}
</style>
background-color css
<style>
a { background-color: #FEDA7E; }
a { background-color: rgb(254,218,126); }
div.DivClassName
{
background-color: #FEDA7E;
}
.BgClassName
{
background-color: #FEDA7E;
}
</style>
border-color css
<style>
span { border-color: #FEDA7E; }
span { border-color: rgb(254,218,126); }
td.TdClassName
{
border-color: #FEDA7E;
}
.TagClassName
{
border-color: #FEDA7E;
}
</style>