Shades of Salomie #FEDA75
Tints of Salomie #FEDA75
RGB
CMYK
RGB Variations
Color information
#FEDA75 (or 0xFEDA75) is known color: Salomie. HEX triplet: FE, DA and 75. RGB value is (254,218,117). Sum of RGB (Red+Green+Blue) = 254+218+117=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA75 is #01258A. Grayscale: #D9D9D9. Windows color (decimal): -75147 or 7723774. OLE color: 7723774.
HSL color Cylindrical-coordinate representation of color #FEDA75: hue angle of 44.23º 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 #FEDA75 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 117 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.00 |
| HSL | 44.23º | 0.99% | 0.73% | - |
| HSV(B) | 44.23º | 0.54% | 1% | - |
| XYZ | 69.16 | 72.5 | 27.18 | - |
| YUV | 217.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 117 | 0 | 0.14 | 0.54 | 0.00 | 44.23 | 0.99 | 0.73 |
| Hex | FE | DA | 75 | 0 | E | 36 | 0 | 2C | 63 | 49 |
| Octal | 376 | 332 | 165 | 0 | 16 | 66 | 0 | 54 | 143 | 111 |
| Binary | 11111110 | 11011010 | 1110101 | 0 | 1110 | 110110 | 0 | 101100 | 1100011 | 1001001 |
Color Harmonies of #FEDA75
Complementary color
Monochromatic Colors of #FEDA75
Black with #FEDA75
Text Example
Text Example
White with #FEDA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA75; }
p { color: rgb(254,218,117); }
H1.HeaderClassName
{
color: #FEDA75;
}
.AnyTagClassName
{
color: #FEDA75;
}
</style>
background-color css
<style>
a { background-color: #FEDA75; }
a { background-color: rgb(254,218,117); }
div.DivClassName
{
background-color: #FEDA75;
}
.BgClassName
{
background-color: #FEDA75;
}
</style>
border-color css
<style>
span { border-color: #FEDA75; }
span { border-color: rgb(254,218,117); }
td.TdClassName
{
border-color: #FEDA75;
}
.TagClassName
{
border-color: #FEDA75;
}
</style>