Shades of Salomie #FED87D
Tints of Salomie #FED87D
RGB
CMYK
RGB Variations
Color information
#FED87D (or 0xFED87D) is known color: Salomie. HEX triplet: FE, D8 and 7D. RGB value is (254,216,125). Sum of RGB (Red+Green+Blue) = 254+216+125=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FED87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED87D is #012782. Grayscale: #D9D9D9. Windows color (decimal): -75651 or 8247550. OLE color: 8247550.
HSL color Cylindrical-coordinate representation of color #FED87D: hue angle of 42.33º 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 #FED87D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 125 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.00 |
| HSL | 42.33º | 0.98% | 0.74% | - |
| HSV(B) | 42.33º | 0.51% | 1% | - |
| XYZ | 69.13 | 71.66 | 29.59 | - |
| YUV | 216.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 125 | 0 | 0.15 | 0.51 | 0.00 | 42.33 | 0.98 | 0.74 |
| Hex | FE | D8 | 7D | 0 | F | 33 | 0 | 2A | 62 | 4A |
| Octal | 376 | 330 | 175 | 0 | 17 | 63 | 0 | 52 | 142 | 112 |
| Binary | 11111110 | 11011000 | 1111101 | 0 | 1111 | 110011 | 0 | 101010 | 1100010 | 1001010 |
Color Harmonies of #FED87D
Complementary color
Monochromatic Colors of #FED87D
Black with #FED87D
Text Example
Text Example
White with #FED87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED87D; }
p { color: rgb(254,216,125); }
H1.HeaderClassName
{
color: #FED87D;
}
.AnyTagClassName
{
color: #FED87D;
}
</style>
background-color css
<style>
a { background-color: #FED87D; }
a { background-color: rgb(254,216,125); }
div.DivClassName
{
background-color: #FED87D;
}
.BgClassName
{
background-color: #FED87D;
}
</style>
border-color css
<style>
span { border-color: #FED87D; }
span { border-color: rgb(254,216,125); }
td.TdClassName
{
border-color: #FED87D;
}
.TagClassName
{
border-color: #FED87D;
}
</style>