Shades of Salomie #FED778
Tints of Salomie #FED778
RGB
CMYK
RGB Variations
Color information
#FED778 (or 0xFED778) is known color: Salomie. HEX triplet: FE, D7 and 78. RGB value is (254,215,120). Sum of RGB (Red+Green+Blue) = 254+215+120=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED778 is #012887. Grayscale: #D8D8D8. Windows color (decimal): -75912 or 7919614. OLE color: 7919614.
HSL color Cylindrical-coordinate representation of color #FED778: hue angle of 42.54º 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 #FED778 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 120 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.00 |
| HSL | 42.54º | 0.99% | 0.73% | - |
| HSV(B) | 42.54º | 0.53% | 1% | - |
| XYZ | 68.56 | 71.03 | 27.87 | - |
| YUV | 215.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 120 | 0 | 0.15 | 0.53 | 0.00 | 42.54 | 0.99 | 0.73 |
| Hex | FE | D7 | 78 | 0 | F | 35 | 0 | 2B | 63 | 49 |
| Octal | 376 | 327 | 170 | 0 | 17 | 65 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11010111 | 1111000 | 0 | 1111 | 110101 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED778
Complementary color
Monochromatic Colors of #FED778
Black with #FED778
Text Example
Text Example
White with #FED778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED778; }
p { color: rgb(254,215,120); }
H1.HeaderClassName
{
color: #FED778;
}
.AnyTagClassName
{
color: #FED778;
}
</style>
background-color css
<style>
a { background-color: #FED778; }
a { background-color: rgb(254,215,120); }
div.DivClassName
{
background-color: #FED778;
}
.BgClassName
{
background-color: #FED778;
}
</style>
border-color css
<style>
span { border-color: #FED778; }
span { border-color: rgb(254,215,120); }
td.TdClassName
{
border-color: #FED778;
}
.TagClassName
{
border-color: #FED778;
}
</style>