Shades of Salomie #FED383
Tints of Salomie #FED383
RGB
CMYK
RGB Variations
Color information
#FED383 (or 0xFED383) is known color: Salomie. HEX triplet: FE, D3 and 83. RGB value is (254,211,131). Sum of RGB (Red+Green+Blue) = 254+211+131=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED383 is #012C7C. Grayscale: #D7D7D7. Windows color (decimal): -76925 or 8639486. OLE color: 8639486.
HSL color Cylindrical-coordinate representation of color #FED383: hue angle of 39.02º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FED383 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 131 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.00 |
| HSL | 39.02º | 0.98% | 0.75% | - |
| HSV(B) | 39.02º | 0.48% | 1% | - |
| XYZ | 68.26 | 69.3 | 31.25 | - |
| YUV | 214.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 131 | 0 | 0.17 | 0.48 | 0.00 | 39.02 | 0.98 | 0.75 |
| Hex | FE | D3 | 83 | 0 | 11 | 30 | 0 | 27 | 62 | 4B |
| Octal | 376 | 323 | 203 | 0 | 21 | 60 | 0 | 47 | 142 | 113 |
| Binary | 11111110 | 11010011 | 10000011 | 0 | 10001 | 110000 | 0 | 100111 | 1100010 | 1001011 |
Color Harmonies of #FED383
Complementary color
Monochromatic Colors of #FED383
Black with #FED383
Text Example
Text Example
White with #FED383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED383; }
p { color: rgb(254,211,131); }
H1.HeaderClassName
{
color: #FED383;
}
.AnyTagClassName
{
color: #FED383;
}
</style>
background-color css
<style>
a { background-color: #FED383; }
a { background-color: rgb(254,211,131); }
div.DivClassName
{
background-color: #FED383;
}
.BgClassName
{
background-color: #FED383;
}
</style>
border-color css
<style>
span { border-color: #FED383; }
span { border-color: rgb(254,211,131); }
td.TdClassName
{
border-color: #FED383;
}
.TagClassName
{
border-color: #FED383;
}
</style>