Shades of Salomie #FED674
Tints of Salomie #FED674
RGB
CMYK
RGB Variations
Color information
#FED674 (or 0xFED674) is known color: Salomie. HEX triplet: FE, D6 and 74. RGB value is (254,214,116). Sum of RGB (Red+Green+Blue) = 254+214+116=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED674 is #01298B. Grayscale: #D7D7D7. Windows color (decimal): -76172 or 7657214. OLE color: 7657214.
HSL color Cylindrical-coordinate representation of color #FED674: hue angle of 42.61º 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 #FED674 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 116 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.00 |
| HSL | 42.61º | 0.99% | 0.73% | - |
| HSV(B) | 42.61º | 0.54% | 1% | - |
| XYZ | 68.07 | 70.42 | 26.53 | - |
| YUV | 214.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 116 | 0 | 0.16 | 0.54 | 0.00 | 42.61 | 0.99 | 0.73 |
| Hex | FE | D6 | 74 | 0 | 10 | 36 | 0 | 2B | 63 | 49 |
| Octal | 376 | 326 | 164 | 0 | 20 | 66 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11010110 | 1110100 | 0 | 10000 | 110110 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED674
Complementary color
Monochromatic Colors of #FED674
Black with #FED674
Text Example
Text Example
White with #FED674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED674; }
p { color: rgb(254,214,116); }
H1.HeaderClassName
{
color: #FED674;
}
.AnyTagClassName
{
color: #FED674;
}
</style>
background-color css
<style>
a { background-color: #FED674; }
a { background-color: rgb(254,214,116); }
div.DivClassName
{
background-color: #FED674;
}
.BgClassName
{
background-color: #FED674;
}
</style>
border-color css
<style>
span { border-color: #FED674; }
span { border-color: rgb(254,214,116); }
td.TdClassName
{
border-color: #FED674;
}
.TagClassName
{
border-color: #FED674;
}
</style>