Shades of Salomie #FED780
Tints of Salomie #FED780
RGB
CMYK
RGB Variations
Color information
#FED780 (or 0xFED780) is known color: Salomie. HEX triplet: FE, D7 and 80. RGB value is (254,215,128). Sum of RGB (Red+Green+Blue) = 254+215+128=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED780 is #01287F. Grayscale: #D9D9D9. Windows color (decimal): -75904 or 8443902. OLE color: 8443902.
HSL color Cylindrical-coordinate representation of color #FED780: hue angle of 41.43º 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 #FED780 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 128 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.00 |
| HSL | 41.43º | 0.98% | 0.75% | - |
| HSV(B) | 41.43º | 0.5% | 1% | - |
| XYZ | 69.07 | 71.23 | 30.53 | - |
| YUV | 216.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 128 | 0 | 0.15 | 0.50 | 0.00 | 41.43 | 0.98 | 0.75 |
| Hex | FE | D7 | 80 | 0 | F | 32 | 0 | 29 | 62 | 4B |
| Octal | 376 | 327 | 200 | 0 | 17 | 62 | 0 | 51 | 142 | 113 |
| Binary | 11111110 | 11010111 | 10000000 | 0 | 1111 | 110010 | 0 | 101001 | 1100010 | 1001011 |
Color Harmonies of #FED780
Complementary color
Monochromatic Colors of #FED780
Black with #FED780
Text Example
Text Example
White with #FED780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED780; }
p { color: rgb(254,215,128); }
H1.HeaderClassName
{
color: #FED780;
}
.AnyTagClassName
{
color: #FED780;
}
</style>
background-color css
<style>
a { background-color: #FED780; }
a { background-color: rgb(254,215,128); }
div.DivClassName
{
background-color: #FED780;
}
.BgClassName
{
background-color: #FED780;
}
</style>
border-color css
<style>
span { border-color: #FED780; }
span { border-color: rgb(254,215,128); }
td.TdClassName
{
border-color: #FED780;
}
.TagClassName
{
border-color: #FED780;
}
</style>