Shades of Salomie #FEDA77
Tints of Salomie #FEDA77
RGB
CMYK
RGB Variations
Color information
#FEDA77 (or 0xFEDA77) is known color: Salomie. HEX triplet: FE, DA and 77. RGB value is (254,218,119). Sum of RGB (Red+Green+Blue) = 254+218+119=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA77 is #012588. Grayscale: #D9D9D9. Windows color (decimal): -75145 or 7854846. OLE color: 7854846.
HSL color Cylindrical-coordinate representation of color #FEDA77: hue angle of 44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEDA77 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 119 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.00 |
| HSL | 44º | 0.99% | 0.73% | - |
| HSV(B) | 44º | 0.53% | 1% | - |
| XYZ | 69.27 | 72.55 | 27.8 | - |
| YUV | 217.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 119 | 0 | 0.14 | 0.53 | 0.00 | 44 | 0.99 | 0.73 |
| Hex | FE | DA | 77 | 0 | E | 35 | 0 | 2C | 63 | 49 |
| Octal | 376 | 332 | 167 | 0 | 16 | 65 | 0 | 54 | 143 | 111 |
| Binary | 11111110 | 11011010 | 1110111 | 0 | 1110 | 110101 | 0 | 101100 | 1100011 | 1001001 |
Color Harmonies of #FEDA77
Complementary color
Monochromatic Colors of #FEDA77
Black with #FEDA77
Text Example
Text Example
White with #FEDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA77; }
p { color: rgb(254,218,119); }
H1.HeaderClassName
{
color: #FEDA77;
}
.AnyTagClassName
{
color: #FEDA77;
}
</style>
background-color css
<style>
a { background-color: #FEDA77; }
a { background-color: rgb(254,218,119); }
div.DivClassName
{
background-color: #FEDA77;
}
.BgClassName
{
background-color: #FEDA77;
}
</style>
border-color css
<style>
span { border-color: #FEDA77; }
span { border-color: rgb(254,218,119); }
td.TdClassName
{
border-color: #FEDA77;
}
.TagClassName
{
border-color: #FEDA77;
}
</style>