Shades of Salomie #FED17C
Tints of Salomie #FED17C
RGB
CMYK
RGB Variations
Color information
#FED17C (or 0xFED17C) is known color: Salomie. HEX triplet: FE, D1 and 7C. RGB value is (254,209,124). Sum of RGB (Red+Green+Blue) = 254+209+124=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED17C is #012E83. Grayscale: #D5D5D5. Windows color (decimal): -77444 or 8180222. OLE color: 8180222.
HSL color Cylindrical-coordinate representation of color #FED17C: hue angle of 39.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FED17C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 124 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.00 |
| HSL | 39.23º | 0.98% | 0.74% | - |
| HSV(B) | 39.23º | 0.51% | 1% | - |
| XYZ | 67.31 | 68.13 | 28.67 | - |
| YUV | 212.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 124 | 0 | 0.18 | 0.51 | 0.00 | 39.23 | 0.98 | 0.74 |
| Hex | FE | D1 | 7C | 0 | 12 | 33 | 0 | 27 | 62 | 4A |
| Octal | 376 | 321 | 174 | 0 | 22 | 63 | 0 | 47 | 142 | 112 |
| Binary | 11111110 | 11010001 | 1111100 | 0 | 10010 | 110011 | 0 | 100111 | 1100010 | 1001010 |
Color Harmonies of #FED17C
Complementary color
Monochromatic Colors of #FED17C
Black with #FED17C
Text Example
Text Example
White with #FED17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED17C; }
p { color: rgb(254,209,124); }
H1.HeaderClassName
{
color: #FED17C;
}
.AnyTagClassName
{
color: #FED17C;
}
</style>
background-color css
<style>
a { background-color: #FED17C; }
a { background-color: rgb(254,209,124); }
div.DivClassName
{
background-color: #FED17C;
}
.BgClassName
{
background-color: #FED17C;
}
</style>
border-color css
<style>
span { border-color: #FED17C; }
span { border-color: rgb(254,209,124); }
td.TdClassName
{
border-color: #FED17C;
}
.TagClassName
{
border-color: #FED17C;
}
</style>