Shades of Salomie #FED87A
Tints of Salomie #FED87A
RGB
CMYK
RGB Variations
Color information
#FED87A (or 0xFED87A) is known color: Salomie. HEX triplet: FE, D8 and 7A. RGB value is (254,216,122). Sum of RGB (Red+Green+Blue) = 254+216+122=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED87A is #012785. Grayscale: #D9D9D9. Windows color (decimal): -75654 or 8050942. OLE color: 8050942.
HSL color Cylindrical-coordinate representation of color #FED87A: hue angle of 42.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED87A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.00 |
| HSL | 42.73º | 0.99% | 0.74% | - |
| HSV(B) | 42.73º | 0.52% | 1% | - |
| XYZ | 68.94 | 71.59 | 28.6 | - |
| YUV | 216.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 122 | 0 | 0.15 | 0.52 | 0.00 | 42.73 | 0.99 | 0.74 |
| Hex | FE | D8 | 7A | 0 | F | 34 | 0 | 2B | 63 | 4A |
| Octal | 376 | 330 | 172 | 0 | 17 | 64 | 0 | 53 | 143 | 112 |
| Binary | 11111110 | 11011000 | 1111010 | 0 | 1111 | 110100 | 0 | 101011 | 1100011 | 1001010 |
Color Harmonies of #FED87A
Complementary color
Monochromatic Colors of #FED87A
Black with #FED87A
Text Example
Text Example
White with #FED87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED87A; }
p { color: rgb(254,216,122); }
H1.HeaderClassName
{
color: #FED87A;
}
.AnyTagClassName
{
color: #FED87A;
}
</style>
background-color css
<style>
a { background-color: #FED87A; }
a { background-color: rgb(254,216,122); }
div.DivClassName
{
background-color: #FED87A;
}
.BgClassName
{
background-color: #FED87A;
}
</style>
border-color css
<style>
span { border-color: #FED87A; }
span { border-color: rgb(254,216,122); }
td.TdClassName
{
border-color: #FED87A;
}
.TagClassName
{
border-color: #FED87A;
}
</style>