Shades of Salomie #FED775
Tints of Salomie #FED775
RGB
CMYK
RGB Variations
Color information
#FED775 (or 0xFED775) is known color: Salomie. HEX triplet: FE, D7 and 75. RGB value is (254,215,117). Sum of RGB (Red+Green+Blue) = 254+215+117=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED775 is #01288A. Grayscale: #D7D7D7. Windows color (decimal): -75915 or 7723006. OLE color: 7723006.
HSL color Cylindrical-coordinate representation of color #FED775: hue angle of 42.92º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FED775 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 117 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.00 |
| HSL | 42.92º | 0.99% | 0.73% | - |
| HSV(B) | 42.92º | 0.54% | 1% | - |
| XYZ | 68.38 | 70.96 | 26.92 | - |
| YUV | 215.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 117 | 0 | 0.15 | 0.54 | 0.00 | 42.92 | 0.99 | 0.73 |
| Hex | FE | D7 | 75 | 0 | F | 36 | 0 | 2B | 63 | 49 |
| Octal | 376 | 327 | 165 | 0 | 17 | 66 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11010111 | 1110101 | 0 | 1111 | 110110 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED775
Complementary color
Monochromatic Colors of #FED775
Black with #FED775
Text Example
Text Example
White with #FED775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED775; }
p { color: rgb(254,215,117); }
H1.HeaderClassName
{
color: #FED775;
}
.AnyTagClassName
{
color: #FED775;
}
</style>
background-color css
<style>
a { background-color: #FED775; }
a { background-color: rgb(254,215,117); }
div.DivClassName
{
background-color: #FED775;
}
.BgClassName
{
background-color: #FED775;
}
</style>
border-color css
<style>
span { border-color: #FED775; }
span { border-color: rgb(254,215,117); }
td.TdClassName
{
border-color: #FED775;
}
.TagClassName
{
border-color: #FED775;
}
</style>