Shades of Salomie #FED77C
Tints of Salomie #FED77C
RGB
CMYK
RGB Variations
Color information
#FED77C (or 0xFED77C) is known color: Salomie. HEX triplet: FE, D7 and 7C. RGB value is (254,215,124). Sum of RGB (Red+Green+Blue) = 254+215+124=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED77C is #012883. Grayscale: #D8D8D8. Windows color (decimal): -75908 or 8181758. OLE color: 8181758.
HSL color Cylindrical-coordinate representation of color #FED77C: hue angle of 42º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FED77C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 124 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.00 |
| HSL | 42º | 0.98% | 0.74% | - |
| HSV(B) | 42º | 0.51% | 1% | - |
| XYZ | 68.81 | 71.13 | 29.17 | - |
| YUV | 216.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 124 | 0 | 0.15 | 0.51 | 0.00 | 42 | 0.98 | 0.74 |
| Hex | FE | D7 | 7C | 0 | F | 33 | 0 | 2A | 62 | 4A |
| Octal | 376 | 327 | 174 | 0 | 17 | 63 | 0 | 52 | 142 | 112 |
| Binary | 11111110 | 11010111 | 1111100 | 0 | 1111 | 110011 | 0 | 101010 | 1100010 | 1001010 |
Color Harmonies of #FED77C
Complementary color
Monochromatic Colors of #FED77C
Black with #FED77C
Text Example
Text Example
White with #FED77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED77C; }
p { color: rgb(254,215,124); }
H1.HeaderClassName
{
color: #FED77C;
}
.AnyTagClassName
{
color: #FED77C;
}
</style>
background-color css
<style>
a { background-color: #FED77C; }
a { background-color: rgb(254,215,124); }
div.DivClassName
{
background-color: #FED77C;
}
.BgClassName
{
background-color: #FED77C;
}
</style>
border-color css
<style>
span { border-color: #FED77C; }
span { border-color: rgb(254,215,124); }
td.TdClassName
{
border-color: #FED77C;
}
.TagClassName
{
border-color: #FED77C;
}
</style>