Shades of Light Salmon #FEA781
Tints of Light Salmon #FEA781
RGB
CMYK
RGB Variations
Color information
#FEA781 (or 0xFEA781) is known color: Light Salmon. HEX triplet: FE, A7 and 81. RGB value is (254,167,129). Sum of RGB (Red+Green+Blue) = 254+167+129=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA781 is #01587E. Grayscale: #BCBCBC. Windows color (decimal): -88191 or 8497150. OLE color: 8497150.
HSL color Cylindrical-coordinate representation of color #FEA781: hue angle of 18.24º 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 #FEA781 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 129 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.00 |
| HSL | 18.24º | 0.98% | 0.75% | - |
| HSV(B) | 18.24º | 0.49% | 1% | - |
| XYZ | 58.65 | 50.29 | 27.39 | - |
| YUV | 188.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 129 | 0 | 0.34 | 0.49 | 0.00 | 18.24 | 0.98 | 0.75 |
| Hex | FE | A7 | 81 | 0 | 22 | 31 | 0 | 12 | 62 | 4B |
| Octal | 376 | 247 | 201 | 0 | 42 | 61 | 0 | 22 | 142 | 113 |
| Binary | 11111110 | 10100111 | 10000001 | 0 | 100010 | 110001 | 0 | 10010 | 1100010 | 1001011 |
Color Harmonies of #FEA781
Complementary color
Monochromatic Colors of #FEA781
Black with #FEA781
Text Example
Text Example
White with #FEA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA781; }
p { color: rgb(254,167,129); }
H1.HeaderClassName
{
color: #FEA781;
}
.AnyTagClassName
{
color: #FEA781;
}
</style>
background-color css
<style>
a { background-color: #FEA781; }
a { background-color: rgb(254,167,129); }
div.DivClassName
{
background-color: #FEA781;
}
.BgClassName
{
background-color: #FEA781;
}
</style>
border-color css
<style>
span { border-color: #FEA781; }
span { border-color: rgb(254,167,129); }
td.TdClassName
{
border-color: #FEA781;
}
.TagClassName
{
border-color: #FEA781;
}
</style>