Shades of Salomie #FED181
Tints of Salomie #FED181
RGB
CMYK
RGB Variations
Color information
#FED181 (or 0xFED181) is known color: Salomie. HEX triplet: FE, D1 and 81. RGB value is (254,209,129). Sum of RGB (Red+Green+Blue) = 254+209+129=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED181 is #012E7E. Grayscale: #D5D5D5. Windows color (decimal): -77439 or 8507902. OLE color: 8507902.
HSL color Cylindrical-coordinate representation of color #FED181: hue angle of 38.4º 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 #FED181 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 129 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.00 |
| HSL | 38.4º | 0.98% | 0.75% | - |
| HSV(B) | 38.4º | 0.49% | 1% | - |
| XYZ | 67.64 | 68.26 | 30.38 | - |
| YUV | 213.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 129 | 0 | 0.18 | 0.49 | 0.00 | 38.4 | 0.98 | 0.75 |
| Hex | FE | D1 | 81 | 0 | 12 | 31 | 0 | 26 | 62 | 4B |
| Octal | 376 | 321 | 201 | 0 | 22 | 61 | 0 | 46 | 142 | 113 |
| Binary | 11111110 | 11010001 | 10000001 | 0 | 10010 | 110001 | 0 | 100110 | 1100010 | 1001011 |
Color Harmonies of #FED181
Complementary color
Monochromatic Colors of #FED181
Black with #FED181
Text Example
Text Example
White with #FED181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED181; }
p { color: rgb(254,209,129); }
H1.HeaderClassName
{
color: #FED181;
}
.AnyTagClassName
{
color: #FED181;
}
</style>
background-color css
<style>
a { background-color: #FED181; }
a { background-color: rgb(254,209,129); }
div.DivClassName
{
background-color: #FED181;
}
.BgClassName
{
background-color: #FED181;
}
</style>
border-color css
<style>
span { border-color: #FED181; }
span { border-color: rgb(254,209,129); }
td.TdClassName
{
border-color: #FED181;
}
.TagClassName
{
border-color: #FED181;
}
</style>