Shades of Salomie #FED476
Tints of Salomie #FED476
RGB
CMYK
RGB Variations
Color information
#FED476 (or 0xFED476) is known color: Salomie. HEX triplet: FE, D4 and 76. RGB value is (254,212,118). Sum of RGB (Red+Green+Blue) = 254+212+118=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED476 is #012B89. Grayscale: #D6D6D6. Windows color (decimal): -76682 or 7787774. OLE color: 7787774.
HSL color Cylindrical-coordinate representation of color #FED476: hue angle of 41.47º 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 #FED476 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 118 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.00 |
| HSL | 41.47º | 0.99% | 0.73% | - |
| HSV(B) | 41.47º | 0.54% | 1% | - |
| XYZ | 67.69 | 69.47 | 26.98 | - |
| YUV | 213.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 118 | 0 | 0.17 | 0.54 | 0.00 | 41.47 | 0.99 | 0.73 |
| Hex | FE | D4 | 76 | 0 | 11 | 36 | 0 | 29 | 63 | 49 |
| Octal | 376 | 324 | 166 | 0 | 21 | 66 | 0 | 51 | 143 | 111 |
| Binary | 11111110 | 11010100 | 1110110 | 0 | 10001 | 110110 | 0 | 101001 | 1100011 | 1001001 |
Color Harmonies of #FED476
Complementary color
Monochromatic Colors of #FED476
Black with #FED476
Text Example
Text Example
White with #FED476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED476; }
p { color: rgb(254,212,118); }
H1.HeaderClassName
{
color: #FED476;
}
.AnyTagClassName
{
color: #FED476;
}
</style>
background-color css
<style>
a { background-color: #FED476; }
a { background-color: rgb(254,212,118); }
div.DivClassName
{
background-color: #FED476;
}
.BgClassName
{
background-color: #FED476;
}
</style>
border-color css
<style>
span { border-color: #FED476; }
span { border-color: rgb(254,212,118); }
td.TdClassName
{
border-color: #FED476;
}
.TagClassName
{
border-color: #FED476;
}
</style>