Shades of Salomie #FED77F
Tints of Salomie #FED77F
RGB
CMYK
RGB Variations
Color information
#FED77F (or 0xFED77F) is known color: Salomie. HEX triplet: FE, D7 and 7F. RGB value is (254,215,127). Sum of RGB (Red+Green+Blue) = 254+215+127=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED77F is #012880. Grayscale: #D9D9D9. Windows color (decimal): -75905 or 8378366. OLE color: 8378366.
HSL color Cylindrical-coordinate representation of color #FED77F: hue angle of 41.57º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED77F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 127 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.00 |
| HSL | 41.57º | 0.98% | 0.75% | - |
| HSV(B) | 41.57º | 0.5% | 1% | - |
| XYZ | 69 | 71.2 | 30.19 | - |
| YUV | 216.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 127 | 0 | 0.15 | 0.50 | 0.00 | 41.57 | 0.98 | 0.75 |
| Hex | FE | D7 | 7F | 0 | F | 32 | 0 | 2A | 62 | 4B |
| Octal | 376 | 327 | 177 | 0 | 17 | 62 | 0 | 52 | 142 | 113 |
| Binary | 11111110 | 11010111 | 1111111 | 0 | 1111 | 110010 | 0 | 101010 | 1100010 | 1001011 |
Color Harmonies of #FED77F
Complementary color
Monochromatic Colors of #FED77F
Black with #FED77F
Text Example
Text Example
White with #FED77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED77F; }
p { color: rgb(254,215,127); }
H1.HeaderClassName
{
color: #FED77F;
}
.AnyTagClassName
{
color: #FED77F;
}
</style>
background-color css
<style>
a { background-color: #FED77F; }
a { background-color: rgb(254,215,127); }
div.DivClassName
{
background-color: #FED77F;
}
.BgClassName
{
background-color: #FED77F;
}
</style>
border-color css
<style>
span { border-color: #FED77F; }
span { border-color: rgb(254,215,127); }
td.TdClassName
{
border-color: #FED77F;
}
.TagClassName
{
border-color: #FED77F;
}
</style>