Shades of Salomie #FED77D
Tints of Salomie #FED77D
RGB
CMYK
RGB Variations
Color information
#FED77D (or 0xFED77D) is known color: Salomie. HEX triplet: FE, D7 and 7D. RGB value is (254,215,125). Sum of RGB (Red+Green+Blue) = 254+215+125=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FED77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED77D is #012882. Grayscale: #D8D8D8. Windows color (decimal): -75907 or 8247294. OLE color: 8247294.
HSL color Cylindrical-coordinate representation of color #FED77D: hue angle of 41.86º 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 #FED77D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 125 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.00 |
| HSL | 41.86º | 0.98% | 0.74% | - |
| HSV(B) | 41.86º | 0.51% | 1% | - |
| XYZ | 68.88 | 71.15 | 29.51 | - |
| YUV | 216.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 125 | 0 | 0.15 | 0.51 | 0.00 | 41.86 | 0.98 | 0.74 |
| Hex | FE | D7 | 7D | 0 | F | 33 | 0 | 2A | 62 | 4A |
| Octal | 376 | 327 | 175 | 0 | 17 | 63 | 0 | 52 | 142 | 112 |
| Binary | 11111110 | 11010111 | 1111101 | 0 | 1111 | 110011 | 0 | 101010 | 1100010 | 1001010 |
Color Harmonies of #FED77D
Complementary color
Monochromatic Colors of #FED77D
Black with #FED77D
Text Example
Text Example
White with #FED77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED77D; }
p { color: rgb(254,215,125); }
H1.HeaderClassName
{
color: #FED77D;
}
.AnyTagClassName
{
color: #FED77D;
}
</style>
background-color css
<style>
a { background-color: #FED77D; }
a { background-color: rgb(254,215,125); }
div.DivClassName
{
background-color: #FED77D;
}
.BgClassName
{
background-color: #FED77D;
}
</style>
border-color css
<style>
span { border-color: #FED77D; }
span { border-color: rgb(254,215,125); }
td.TdClassName
{
border-color: #FED77D;
}
.TagClassName
{
border-color: #FED77D;
}
</style>