Shades of Salomie #FED482
Tints of Salomie #FED482
RGB
CMYK
RGB Variations
Color information
#FED482 (or 0xFED482) is known color: Salomie. HEX triplet: FE, D4 and 82. RGB value is (254,212,130). Sum of RGB (Red+Green+Blue) = 254+212+130=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED482 is #012B7D. Grayscale: #D7D7D7. Windows color (decimal): -76670 or 8574206. OLE color: 8574206.
HSL color Cylindrical-coordinate representation of color #FED482: hue angle of 39.68º 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 #FED482 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 130 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.00 |
| HSL | 39.68º | 0.98% | 0.75% | - |
| HSV(B) | 39.68º | 0.49% | 1% | - |
| XYZ | 68.45 | 69.77 | 30.98 | - |
| YUV | 215.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 130 | 0 | 0.17 | 0.49 | 0.00 | 39.68 | 0.98 | 0.75 |
| Hex | FE | D4 | 82 | 0 | 11 | 31 | 0 | 28 | 62 | 4B |
| Octal | 376 | 324 | 202 | 0 | 21 | 61 | 0 | 50 | 142 | 113 |
| Binary | 11111110 | 11010100 | 10000010 | 0 | 10001 | 110001 | 0 | 101000 | 1100010 | 1001011 |
Color Harmonies of #FED482
Complementary color
Monochromatic Colors of #FED482
Black with #FED482
Text Example
Text Example
White with #FED482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED482; }
p { color: rgb(254,212,130); }
H1.HeaderClassName
{
color: #FED482;
}
.AnyTagClassName
{
color: #FED482;
}
</style>
background-color css
<style>
a { background-color: #FED482; }
a { background-color: rgb(254,212,130); }
div.DivClassName
{
background-color: #FED482;
}
.BgClassName
{
background-color: #FED482;
}
</style>
border-color css
<style>
span { border-color: #FED482; }
span { border-color: rgb(254,212,130); }
td.TdClassName
{
border-color: #FED482;
}
.TagClassName
{
border-color: #FED482;
}
</style>