Shades of Salomie #FED777
Tints of Salomie #FED777
RGB
CMYK
RGB Variations
Color information
#FED777 (or 0xFED777) is known color: Salomie. HEX triplet: FE, D7 and 77. RGB value is (254,215,119). Sum of RGB (Red+Green+Blue) = 254+215+119=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED777 is #012888. Grayscale: #D8D8D8. Windows color (decimal): -75913 or 7854078. OLE color: 7854078.
HSL color Cylindrical-coordinate representation of color #FED777: hue angle of 42.67º 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 #FED777 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 119 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.00 |
| HSL | 42.67º | 0.99% | 0.73% | - |
| HSV(B) | 42.67º | 0.53% | 1% | - |
| XYZ | 68.5 | 71 | 27.55 | - |
| YUV | 215.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 119 | 0 | 0.15 | 0.53 | 0.00 | 42.67 | 0.99 | 0.73 |
| Hex | FE | D7 | 77 | 0 | F | 35 | 0 | 2B | 63 | 49 |
| Octal | 376 | 327 | 167 | 0 | 17 | 65 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11010111 | 1110111 | 0 | 1111 | 110101 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED777
Complementary color
Monochromatic Colors of #FED777
Black with #FED777
Text Example
Text Example
White with #FED777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED777; }
p { color: rgb(254,215,119); }
H1.HeaderClassName
{
color: #FED777;
}
.AnyTagClassName
{
color: #FED777;
}
</style>
background-color css
<style>
a { background-color: #FED777; }
a { background-color: rgb(254,215,119); }
div.DivClassName
{
background-color: #FED777;
}
.BgClassName
{
background-color: #FED777;
}
</style>
border-color css
<style>
span { border-color: #FED777; }
span { border-color: rgb(254,215,119); }
td.TdClassName
{
border-color: #FED777;
}
.TagClassName
{
border-color: #FED777;
}
</style>