Shades of Salomie #FED96F
Tints of Salomie #FED96F
RGB
CMYK
RGB Variations
Color information
#FED96F (or 0xFED96F) is known color: Salomie. HEX triplet: FE, D9 and 6F. RGB value is (254,217,111). Sum of RGB (Red+Green+Blue) = 254+217+111=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FED96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED96F is #012690. Grayscale: #D8D8D8. Windows color (decimal): -75409 or 7330302. OLE color: 7330302.
HSL color Cylindrical-coordinate representation of color #FED96F: hue angle of 44.48º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FED96F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 111 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.00 |
| HSL | 44.48º | 0.99% | 0.72% | - |
| HSV(B) | 44.48º | 0.56% | 1% | - |
| XYZ | 68.56 | 71.84 | 25.29 | - |
| YUV | 215.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 111 | 0 | 0.15 | 0.56 | 0.00 | 44.48 | 0.99 | 0.72 |
| Hex | FE | D9 | 6F | 0 | F | 38 | 0 | 2C | 63 | 48 |
| Octal | 376 | 331 | 157 | 0 | 17 | 70 | 0 | 54 | 143 | 110 |
| Binary | 11111110 | 11011001 | 1101111 | 0 | 1111 | 111000 | 0 | 101100 | 1100011 | 1001000 |
Color Harmonies of #FED96F
Complementary color
Monochromatic Colors of #FED96F
Black with #FED96F
Text Example
Text Example
White with #FED96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED96F; }
p { color: rgb(254,217,111); }
H1.HeaderClassName
{
color: #FED96F;
}
.AnyTagClassName
{
color: #FED96F;
}
</style>
background-color css
<style>
a { background-color: #FED96F; }
a { background-color: rgb(254,217,111); }
div.DivClassName
{
background-color: #FED96F;
}
.BgClassName
{
background-color: #FED96F;
}
</style>
border-color css
<style>
span { border-color: #FED96F; }
span { border-color: rgb(254,217,111); }
td.TdClassName
{
border-color: #FED96F;
}
.TagClassName
{
border-color: #FED96F;
}
</style>