Shades of Salomie #FED474
Tints of Salomie #FED474
RGB
CMYK
RGB Variations
Color information
#FED474 (or 0xFED474) is known color: Salomie. HEX triplet: FE, D4 and 74. RGB value is (254,212,116). Sum of RGB (Red+Green+Blue) = 254+212+116=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FED474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED474 is #012B8B. Grayscale: #D6D6D6. Windows color (decimal): -76684 or 7656702. OLE color: 7656702.
HSL color Cylindrical-coordinate representation of color #FED474: hue angle of 41.74º 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 #FED474 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 116 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.00 |
| HSL | 41.74º | 0.99% | 0.73% | - |
| HSV(B) | 41.74º | 0.54% | 1% | - |
| XYZ | 67.57 | 69.42 | 26.36 | - |
| YUV | 213.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 116 | 0 | 0.17 | 0.54 | 0.00 | 41.74 | 0.99 | 0.73 |
| Hex | FE | D4 | 74 | 0 | 11 | 36 | 0 | 2A | 63 | 49 |
| Octal | 376 | 324 | 164 | 0 | 21 | 66 | 0 | 52 | 143 | 111 |
| Binary | 11111110 | 11010100 | 1110100 | 0 | 10001 | 110110 | 0 | 101010 | 1100011 | 1001001 |
Color Harmonies of #FED474
Complementary color
Monochromatic Colors of #FED474
Black with #FED474
Text Example
Text Example
White with #FED474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED474; }
p { color: rgb(254,212,116); }
H1.HeaderClassName
{
color: #FED474;
}
.AnyTagClassName
{
color: #FED474;
}
</style>
background-color css
<style>
a { background-color: #FED474; }
a { background-color: rgb(254,212,116); }
div.DivClassName
{
background-color: #FED474;
}
.BgClassName
{
background-color: #FED474;
}
</style>
border-color css
<style>
span { border-color: #FED474; }
span { border-color: rgb(254,212,116); }
td.TdClassName
{
border-color: #FED474;
}
.TagClassName
{
border-color: #FED474;
}
</style>