Shades of Salomie #FED381
Tints of Salomie #FED381
RGB
CMYK
RGB Variations
Color information
#FED381 (or 0xFED381) is known color: Salomie. HEX triplet: FE, D3 and 81. RGB value is (254,211,129). Sum of RGB (Red+Green+Blue) = 254+211+129=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FED381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED381 is #012C7E. Grayscale: #D6D6D6. Windows color (decimal): -76927 or 8508414. OLE color: 8508414.
HSL color Cylindrical-coordinate representation of color #FED381: hue angle of 39.36º 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 #FED381 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 129 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.00 |
| HSL | 39.36º | 0.98% | 0.75% | - |
| HSV(B) | 39.36º | 0.49% | 1% | - |
| XYZ | 68.13 | 69.24 | 30.54 | - |
| YUV | 214.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 129 | 0 | 0.17 | 0.49 | 0.00 | 39.36 | 0.98 | 0.75 |
| Hex | FE | D3 | 81 | 0 | 11 | 31 | 0 | 27 | 62 | 4B |
| Octal | 376 | 323 | 201 | 0 | 21 | 61 | 0 | 47 | 142 | 113 |
| Binary | 11111110 | 11010011 | 10000001 | 0 | 10001 | 110001 | 0 | 100111 | 1100010 | 1001011 |
Color Harmonies of #FED381
Complementary color
Monochromatic Colors of #FED381
Black with #FED381
Text Example
Text Example
White with #FED381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED381; }
p { color: rgb(254,211,129); }
H1.HeaderClassName
{
color: #FED381;
}
.AnyTagClassName
{
color: #FED381;
}
</style>
background-color css
<style>
a { background-color: #FED381; }
a { background-color: rgb(254,211,129); }
div.DivClassName
{
background-color: #FED381;
}
.BgClassName
{
background-color: #FED381;
}
</style>
border-color css
<style>
span { border-color: #FED381; }
span { border-color: rgb(254,211,129); }
td.TdClassName
{
border-color: #FED381;
}
.TagClassName
{
border-color: #FED381;
}
</style>