Shades of Salomie #FED380
Tints of Salomie #FED380
RGB
CMYK
RGB Variations
Color information
#FED380 (or 0xFED380) is known color: Salomie. HEX triplet: FE, D3 and 80. RGB value is (254,211,128). Sum of RGB (Red+Green+Blue) = 254+211+128=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED380 is #012C7F. Grayscale: #D6D6D6. Windows color (decimal): -76928 or 8442878. OLE color: 8442878.
HSL color Cylindrical-coordinate representation of color #FED380: hue angle of 39.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED380 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 128 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.00 |
| HSL | 39.52º | 0.98% | 0.75% | - |
| HSV(B) | 39.52º | 0.5% | 1% | - |
| XYZ | 68.06 | 69.22 | 30.2 | - |
| YUV | 214.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 128 | 0 | 0.17 | 0.50 | 0.00 | 39.52 | 0.98 | 0.75 |
| Hex | FE | D3 | 80 | 0 | 11 | 32 | 0 | 28 | 62 | 4B |
| Octal | 376 | 323 | 200 | 0 | 21 | 62 | 0 | 50 | 142 | 113 |
| Binary | 11111110 | 11010011 | 10000000 | 0 | 10001 | 110010 | 0 | 101000 | 1100010 | 1001011 |
Color Harmonies of #FED380
Complementary color
Monochromatic Colors of #FED380
Black with #FED380
Text Example
Text Example
White with #FED380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED380; }
p { color: rgb(254,211,128); }
H1.HeaderClassName
{
color: #FED380;
}
.AnyTagClassName
{
color: #FED380;
}
</style>
background-color css
<style>
a { background-color: #FED380; }
a { background-color: rgb(254,211,128); }
div.DivClassName
{
background-color: #FED380;
}
.BgClassName
{
background-color: #FED380;
}
</style>
border-color css
<style>
span { border-color: #FED380; }
span { border-color: rgb(254,211,128); }
td.TdClassName
{
border-color: #FED380;
}
.TagClassName
{
border-color: #FED380;
}
</style>