Shades of Salomie #FEDA76
Tints of Salomie #FEDA76
RGB
CMYK
RGB Variations
Color information
#FEDA76 (or 0xFEDA76) is known color: Salomie. HEX triplet: FE, DA and 76. RGB value is (254,218,118). Sum of RGB (Red+Green+Blue) = 254+218+118=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA76 is #012589. Grayscale: #D9D9D9. Windows color (decimal): -75146 or 7789310. OLE color: 7789310.
HSL color Cylindrical-coordinate representation of color #FEDA76: hue angle of 44.12º 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 #FEDA76 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 118 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.00 |
| HSL | 44.12º | 0.99% | 0.73% | - |
| HSV(B) | 44.12º | 0.54% | 1% | - |
| XYZ | 69.21 | 72.52 | 27.49 | - |
| YUV | 217.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 118 | 0 | 0.14 | 0.54 | 0.00 | 44.12 | 0.99 | 0.73 |
| Hex | FE | DA | 76 | 0 | E | 36 | 0 | 2C | 63 | 49 |
| Octal | 376 | 332 | 166 | 0 | 16 | 66 | 0 | 54 | 143 | 111 |
| Binary | 11111110 | 11011010 | 1110110 | 0 | 1110 | 110110 | 0 | 101100 | 1100011 | 1001001 |
Color Harmonies of #FEDA76
Complementary color
Monochromatic Colors of #FEDA76
Black with #FEDA76
Text Example
Text Example
White with #FEDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA76; }
p { color: rgb(254,218,118); }
H1.HeaderClassName
{
color: #FEDA76;
}
.AnyTagClassName
{
color: #FEDA76;
}
</style>
background-color css
<style>
a { background-color: #FEDA76; }
a { background-color: rgb(254,218,118); }
div.DivClassName
{
background-color: #FEDA76;
}
.BgClassName
{
background-color: #FEDA76;
}
</style>
border-color css
<style>
span { border-color: #FEDA76; }
span { border-color: rgb(254,218,118); }
td.TdClassName
{
border-color: #FEDA76;
}
.TagClassName
{
border-color: #FEDA76;
}
</style>