Shades of Light Salmon #FE9B7A
Tints of Light Salmon #FE9B7A
RGB
CMYK
RGB Variations
Color information
#FE9B7A (or 0xFE9B7A) is known color: Light Salmon. HEX triplet: FE, 9B and 7A. RGB value is (254,155,122). Sum of RGB (Red+Green+Blue) = 254+155+122=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B7A is #016485. Grayscale: #B5B5B5. Windows color (decimal): -91270 or 8035326. OLE color: 8035326.
HSL color Cylindrical-coordinate representation of color #FE9B7A: hue angle of 15º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE9B7A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 122 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.00 |
| HSL | 15º | 0.99% | 0.74% | - |
| HSV(B) | 15º | 0.52% | 1% | - |
| XYZ | 56.11 | 45.92 | 24.32 | - |
| YUV | 180.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 122 | 0 | 0.39 | 0.52 | 0.00 | 15 | 0.99 | 0.74 |
| Hex | FE | 9B | 7A | 0 | 27 | 34 | 0 | F | 63 | 4A |
| Octal | 376 | 233 | 172 | 0 | 47 | 64 | 0 | 17 | 143 | 112 |
| Binary | 11111110 | 10011011 | 1111010 | 0 | 100111 | 110100 | 0 | 1111 | 1100011 | 1001010 |
Color Harmonies of #FE9B7A
Complementary color
Monochromatic Colors of #FE9B7A
Black with #FE9B7A
Text Example
Text Example
White with #FE9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B7A; }
p { color: rgb(254,155,122); }
H1.HeaderClassName
{
color: #FE9B7A;
}
.AnyTagClassName
{
color: #FE9B7A;
}
</style>
background-color css
<style>
a { background-color: #FE9B7A; }
a { background-color: rgb(254,155,122); }
div.DivClassName
{
background-color: #FE9B7A;
}
.BgClassName
{
background-color: #FE9B7A;
}
</style>
border-color css
<style>
span { border-color: #FE9B7A; }
span { border-color: rgb(254,155,122); }
td.TdClassName
{
border-color: #FE9B7A;
}
.TagClassName
{
border-color: #FE9B7A;
}
</style>