Shades of Salomie #FED682
Tints of Salomie #FED682
RGB
CMYK
RGB Variations
Color information
#FED682 (or 0xFED682) is known color: Salomie. HEX triplet: FE, D6 and 82. RGB value is (254,214,130). Sum of RGB (Red+Green+Blue) = 254+214+130=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FED682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED682 is #01297D. Grayscale: #D8D8D8. Windows color (decimal): -76158 or 8574718. OLE color: 8574718.
HSL color Cylindrical-coordinate representation of color #FED682: hue angle of 40.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FED682 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 130 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.00 |
| HSL | 40.65º | 0.98% | 0.75% | - |
| HSV(B) | 40.65º | 0.49% | 1% | - |
| XYZ | 68.95 | 70.78 | 31.15 | - |
| YUV | 216.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 130 | 0 | 0.16 | 0.49 | 0.00 | 40.65 | 0.98 | 0.75 |
| Hex | FE | D6 | 82 | 0 | 10 | 31 | 0 | 29 | 62 | 4B |
| Octal | 376 | 326 | 202 | 0 | 20 | 61 | 0 | 51 | 142 | 113 |
| Binary | 11111110 | 11010110 | 10000010 | 0 | 10000 | 110001 | 0 | 101001 | 1100010 | 1001011 |
Color Harmonies of #FED682
Complementary color
Monochromatic Colors of #FED682
Black with #FED682
Text Example
Text Example
White with #FED682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED682; }
p { color: rgb(254,214,130); }
H1.HeaderClassName
{
color: #FED682;
}
.AnyTagClassName
{
color: #FED682;
}
</style>
background-color css
<style>
a { background-color: #FED682; }
a { background-color: rgb(254,214,130); }
div.DivClassName
{
background-color: #FED682;
}
.BgClassName
{
background-color: #FED682;
}
</style>
border-color css
<style>
span { border-color: #FED682; }
span { border-color: rgb(254,214,130); }
td.TdClassName
{
border-color: #FED682;
}
.TagClassName
{
border-color: #FED682;
}
</style>