Shades of Salomie #FEDA74
Tints of Salomie #FEDA74
RGB
CMYK
RGB Variations
Color information
#FEDA74 (or 0xFEDA74) is known color: Salomie. HEX triplet: FE, DA and 74. RGB value is (254,218,116). Sum of RGB (Red+Green+Blue) = 254+218+116=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA74 is #01258B. Grayscale: #D9D9D9. Windows color (decimal): -75148 or 7658238. OLE color: 7658238.
HSL color Cylindrical-coordinate representation of color #FEDA74: hue angle of 44.35º 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 #FEDA74 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 116 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.00 |
| HSL | 44.35º | 0.99% | 0.73% | - |
| HSV(B) | 44.35º | 0.54% | 1% | - |
| XYZ | 69.1 | 72.47 | 26.87 | - |
| YUV | 217.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 116 | 0 | 0.14 | 0.54 | 0.00 | 44.35 | 0.99 | 0.73 |
| Hex | FE | DA | 74 | 0 | E | 36 | 0 | 2C | 63 | 49 |
| Octal | 376 | 332 | 164 | 0 | 16 | 66 | 0 | 54 | 143 | 111 |
| Binary | 11111110 | 11011010 | 1110100 | 0 | 1110 | 110110 | 0 | 101100 | 1100011 | 1001001 |
Color Harmonies of #FEDA74
Complementary color
Monochromatic Colors of #FEDA74
Black with #FEDA74
Text Example
Text Example
White with #FEDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA74; }
p { color: rgb(254,218,116); }
H1.HeaderClassName
{
color: #FEDA74;
}
.AnyTagClassName
{
color: #FEDA74;
}
</style>
background-color css
<style>
a { background-color: #FEDA74; }
a { background-color: rgb(254,218,116); }
div.DivClassName
{
background-color: #FEDA74;
}
.BgClassName
{
background-color: #FEDA74;
}
</style>
border-color css
<style>
span { border-color: #FEDA74; }
span { border-color: rgb(254,218,116); }
td.TdClassName
{
border-color: #FEDA74;
}
.TagClassName
{
border-color: #FEDA74;
}
</style>