Shades of Salomie #FED385
Tints of Salomie #FED385
RGB
CMYK
RGB Variations
Color information
#FED385 (or 0xFED385) is known color: Salomie. HEX triplet: FE, D3 and 85. RGB value is (254,211,133). Sum of RGB (Red+Green+Blue) = 254+211+133=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FED385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED385 is #012C7A. Grayscale: #D7D7D7. Windows color (decimal): -76923 or 8770558. OLE color: 8770558.
HSL color Cylindrical-coordinate representation of color #FED385: hue angle of 38.68º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FED385 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 133 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.00 |
| HSL | 38.68º | 0.98% | 0.76% | - |
| HSV(B) | 38.68º | 0.48% | 1% | - |
| XYZ | 68.4 | 69.35 | 31.97 | - |
| YUV | 214.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 133 | 0 | 0.17 | 0.48 | 0.00 | 38.68 | 0.98 | 0.76 |
| Hex | FE | D3 | 85 | 0 | 11 | 30 | 0 | 27 | 62 | 4C |
| Octal | 376 | 323 | 205 | 0 | 21 | 60 | 0 | 47 | 142 | 114 |
| Binary | 11111110 | 11010011 | 10000101 | 0 | 10001 | 110000 | 0 | 100111 | 1100010 | 1001100 |
Color Harmonies of #FED385
Complementary color
Monochromatic Colors of #FED385
Black with #FED385
Text Example
Text Example
White with #FED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED385; }
p { color: rgb(254,211,133); }
H1.HeaderClassName
{
color: #FED385;
}
.AnyTagClassName
{
color: #FED385;
}
</style>
background-color css
<style>
a { background-color: #FED385; }
a { background-color: rgb(254,211,133); }
div.DivClassName
{
background-color: #FED385;
}
.BgClassName
{
background-color: #FED385;
}
</style>
border-color css
<style>
span { border-color: #FED385; }
span { border-color: rgb(254,211,133); }
td.TdClassName
{
border-color: #FED385;
}
.TagClassName
{
border-color: #FED385;
}
</style>