Shades of Salomie #FED481
Tints of Salomie #FED481
RGB
CMYK
RGB Variations
Color information
#FED481 (or 0xFED481) is known color: Salomie. HEX triplet: FE, D4 and 81. RGB value is (254,212,129). Sum of RGB (Red+Green+Blue) = 254+212+129=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FED481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED481 is #012B7E. Grayscale: #D7D7D7. Windows color (decimal): -76671 or 8508670. OLE color: 8508670.
HSL color Cylindrical-coordinate representation of color #FED481: hue angle of 39.84º 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 #FED481 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 129 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.00 |
| HSL | 39.84º | 0.98% | 0.75% | - |
| HSV(B) | 39.84º | 0.49% | 1% | - |
| XYZ | 68.38 | 69.74 | 30.63 | - |
| YUV | 215.1 | 79.41 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 129 | 0 | 0.17 | 0.49 | 0.00 | 39.84 | 0.98 | 0.75 |
| Hex | FE | D4 | 81 | 0 | 11 | 31 | 0 | 28 | 62 | 4B |
| Octal | 376 | 324 | 201 | 0 | 21 | 61 | 0 | 50 | 142 | 113 |
| Binary | 11111110 | 11010100 | 10000001 | 0 | 10001 | 110001 | 0 | 101000 | 1100010 | 1001011 |
Color Harmonies of #FED481
Complementary color
Monochromatic Colors of #FED481
Black with #FED481
Text Example
Text Example
White with #FED481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED481; }
p { color: rgb(254,212,129); }
H1.HeaderClassName
{
color: #FED481;
}
.AnyTagClassName
{
color: #FED481;
}
</style>
background-color css
<style>
a { background-color: #FED481; }
a { background-color: rgb(254,212,129); }
div.DivClassName
{
background-color: #FED481;
}
.BgClassName
{
background-color: #FED481;
}
</style>
border-color css
<style>
span { border-color: #FED481; }
span { border-color: rgb(254,212,129); }
td.TdClassName
{
border-color: #FED481;
}
.TagClassName
{
border-color: #FED481;
}
</style>