Shades of Salomie #FED182
Tints of Salomie #FED182
RGB
CMYK
RGB Variations
Color information
#FED182 (or 0xFED182) is known color: Salomie. HEX triplet: FE, D1 and 82. RGB value is (254,209,130). Sum of RGB (Red+Green+Blue) = 254+209+130=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED182 is #012E7D. Grayscale: #D5D5D5. Windows color (decimal): -77438 or 8573438. OLE color: 8573438.
HSL color Cylindrical-coordinate representation of color #FED182: hue angle of 38.23º 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 #FED182 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 130 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.00 |
| HSL | 38.23º | 0.98% | 0.75% | - |
| HSV(B) | 38.23º | 0.49% | 1% | - |
| XYZ | 67.7 | 68.28 | 30.73 | - |
| YUV | 213.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 130 | 0 | 0.18 | 0.49 | 0.00 | 38.23 | 0.98 | 0.75 |
| Hex | FE | D1 | 82 | 0 | 12 | 31 | 0 | 26 | 62 | 4B |
| Octal | 376 | 321 | 202 | 0 | 22 | 61 | 0 | 46 | 142 | 113 |
| Binary | 11111110 | 11010001 | 10000010 | 0 | 10010 | 110001 | 0 | 100110 | 1100010 | 1001011 |
Color Harmonies of #FED182
Complementary color
Monochromatic Colors of #FED182
Black with #FED182
Text Example
Text Example
White with #FED182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED182; }
p { color: rgb(254,209,130); }
H1.HeaderClassName
{
color: #FED182;
}
.AnyTagClassName
{
color: #FED182;
}
</style>
background-color css
<style>
a { background-color: #FED182; }
a { background-color: rgb(254,209,130); }
div.DivClassName
{
background-color: #FED182;
}
.BgClassName
{
background-color: #FED182;
}
</style>
border-color css
<style>
span { border-color: #FED182; }
span { border-color: rgb(254,209,130); }
td.TdClassName
{
border-color: #FED182;
}
.TagClassName
{
border-color: #FED182;
}
</style>