Shades of Salomie #FEDC78
Tints of Salomie #FEDC78
RGB
CMYK
RGB Variations
Color information
#FEDC78 (or 0xFEDC78) is known color: Salomie. HEX triplet: FE, DC and 78. RGB value is (254,220,120). Sum of RGB (Red+Green+Blue) = 254+220+120=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 120 (47.27% from 255 or 20.20% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC78 is #012387. Grayscale: #DBDBDB. Windows color (decimal): -74632 or 7920894. OLE color: 7920894.
HSL color Cylindrical-coordinate representation of color #FEDC78: hue angle of 44.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEDC78 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 120 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.00 |
| HSL | 44.78º | 0.99% | 0.73% | - |
| HSV(B) | 44.78º | 0.53% | 1% | - |
| XYZ | 69.86 | 73.61 | 28.3 | - |
| YUV | 218.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 120 | 0 | 0.13 | 0.53 | 0.00 | 44.78 | 0.99 | 0.73 |
| Hex | FE | DC | 78 | 0 | D | 35 | 0 | 2D | 63 | 49 |
| Octal | 376 | 334 | 170 | 0 | 15 | 65 | 0 | 55 | 143 | 111 |
| Binary | 11111110 | 11011100 | 1111000 | 0 | 1101 | 110101 | 0 | 101101 | 1100011 | 1001001 |
Color Harmonies of #FEDC78
Complementary color
Monochromatic Colors of #FEDC78
Black with #FEDC78
Text Example
Text Example
White with #FEDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC78; }
p { color: rgb(254,220,120); }
H1.HeaderClassName
{
color: #FEDC78;
}
.AnyTagClassName
{
color: #FEDC78;
}
</style>
background-color css
<style>
a { background-color: #FEDC78; }
a { background-color: rgb(254,220,120); }
div.DivClassName
{
background-color: #FEDC78;
}
.BgClassName
{
background-color: #FEDC78;
}
</style>
border-color css
<style>
span { border-color: #FEDC78; }
span { border-color: rgb(254,220,120); }
td.TdClassName
{
border-color: #FEDC78;
}
.TagClassName
{
border-color: #FEDC78;
}
</style>