Shades of Light Salmon #FEA67C
Tints of Light Salmon #FEA67C
RGB
CMYK
RGB Variations
Color information
#FEA67C (or 0xFEA67C) is known color: Light Salmon. HEX triplet: FE, A6 and 7C. RGB value is (254,166,124). Sum of RGB (Red+Green+Blue) = 254+166+124=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA67C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA67C is #015983. Grayscale: #BBBBBB. Windows color (decimal): -88452 or 8169214. OLE color: 8169214.
HSL color Cylindrical-coordinate representation of color #FEA67C: hue angle of 19.38º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEA67C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 124 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.00 |
| HSL | 19.38º | 0.98% | 0.74% | - |
| HSV(B) | 19.38º | 0.51% | 1% | - |
| XYZ | 58.15 | 49.8 | 25.62 | - |
| YUV | 187.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 124 | 0 | 0.35 | 0.51 | 0.00 | 19.38 | 0.98 | 0.74 |
| Hex | FE | A6 | 7C | 0 | 23 | 33 | 0 | 13 | 62 | 4A |
| Octal | 376 | 246 | 174 | 0 | 43 | 63 | 0 | 23 | 142 | 112 |
| Binary | 11111110 | 10100110 | 1111100 | 0 | 100011 | 110011 | 0 | 10011 | 1100010 | 1001010 |
Color Harmonies of #FEA67C
Complementary color
Monochromatic Colors of #FEA67C
Black with #FEA67C
Text Example
Text Example
White with #FEA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA67C; }
p { color: rgb(254,166,124); }
H1.HeaderClassName
{
color: #FEA67C;
}
.AnyTagClassName
{
color: #FEA67C;
}
</style>
background-color css
<style>
a { background-color: #FEA67C; }
a { background-color: rgb(254,166,124); }
div.DivClassName
{
background-color: #FEA67C;
}
.BgClassName
{
background-color: #FEA67C;
}
</style>
border-color css
<style>
span { border-color: #FEA67C; }
span { border-color: rgb(254,166,124); }
td.TdClassName
{
border-color: #FEA67C;
}
.TagClassName
{
border-color: #FEA67C;
}
</style>