Shades of Salomie #FED679
Tints of Salomie #FED679
RGB
CMYK
RGB Variations
Color information
#FED679 (or 0xFED679) is known color: Salomie. HEX triplet: FE, D6 and 79. RGB value is (254,214,121). Sum of RGB (Red+Green+Blue) = 254+214+121=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED679 is #012986. Grayscale: #D7D7D7. Windows color (decimal): -76167 or 7984894. OLE color: 7984894.
HSL color Cylindrical-coordinate representation of color #FED679: hue angle of 41.95º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED679 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 121 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.00 |
| HSL | 41.95º | 0.99% | 0.74% | - |
| HSV(B) | 41.95º | 0.52% | 1% | - |
| XYZ | 68.37 | 70.54 | 28.1 | - |
| YUV | 215.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 121 | 0 | 0.16 | 0.52 | 0.00 | 41.95 | 0.99 | 0.74 |
| Hex | FE | D6 | 79 | 0 | 10 | 34 | 0 | 2A | 63 | 4A |
| Octal | 376 | 326 | 171 | 0 | 20 | 64 | 0 | 52 | 143 | 112 |
| Binary | 11111110 | 11010110 | 1111001 | 0 | 10000 | 110100 | 0 | 101010 | 1100011 | 1001010 |
Color Harmonies of #FED679
Complementary color
Monochromatic Colors of #FED679
Black with #FED679
Text Example
Text Example
White with #FED679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED679; }
p { color: rgb(254,214,121); }
H1.HeaderClassName
{
color: #FED679;
}
.AnyTagClassName
{
color: #FED679;
}
</style>
background-color css
<style>
a { background-color: #FED679; }
a { background-color: rgb(254,214,121); }
div.DivClassName
{
background-color: #FED679;
}
.BgClassName
{
background-color: #FED679;
}
</style>
border-color css
<style>
span { border-color: #FED679; }
span { border-color: rgb(254,214,121); }
td.TdClassName
{
border-color: #FED679;
}
.TagClassName
{
border-color: #FED679;
}
</style>