Shades of Salomie #FED280
Tints of Salomie #FED280
RGB
CMYK
RGB Variations
Color information
#FED280 (or 0xFED280) is known color: Salomie. HEX triplet: FE, D2 and 80. RGB value is (254,210,128). Sum of RGB (Red+Green+Blue) = 254+210+128=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED280 is #012D7F. Grayscale: #D6D6D6. Windows color (decimal): -77184 or 8442622. OLE color: 8442622.
HSL color Cylindrical-coordinate representation of color #FED280: hue angle of 39.05º 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 #FED280 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 128 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.00 |
| HSL | 39.05º | 0.98% | 0.75% | - |
| HSV(B) | 39.05º | 0.5% | 1% | - |
| XYZ | 67.82 | 68.72 | 30.11 | - |
| YUV | 213.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 128 | 0 | 0.17 | 0.50 | 0.00 | 39.05 | 0.98 | 0.75 |
| Hex | FE | D2 | 80 | 0 | 11 | 32 | 0 | 27 | 62 | 4B |
| Octal | 376 | 322 | 200 | 0 | 21 | 62 | 0 | 47 | 142 | 113 |
| Binary | 11111110 | 11010010 | 10000000 | 0 | 10001 | 110010 | 0 | 100111 | 1100010 | 1001011 |
Color Harmonies of #FED280
Complementary color
Monochromatic Colors of #FED280
Black with #FED280
Text Example
Text Example
White with #FED280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED280; }
p { color: rgb(254,210,128); }
H1.HeaderClassName
{
color: #FED280;
}
.AnyTagClassName
{
color: #FED280;
}
</style>
background-color css
<style>
a { background-color: #FED280; }
a { background-color: rgb(254,210,128); }
div.DivClassName
{
background-color: #FED280;
}
.BgClassName
{
background-color: #FED280;
}
</style>
border-color css
<style>
span { border-color: #FED280; }
span { border-color: rgb(254,210,128); }
td.TdClassName
{
border-color: #FED280;
}
.TagClassName
{
border-color: #FED280;
}
</style>