Shades of Light Salmon #FE9C7B
Tints of Light Salmon #FE9C7B
RGB
CMYK
RGB Variations
Color information
#FE9C7B (or 0xFE9C7B) is known color: Light Salmon. HEX triplet: FE, 9C and 7B. RGB value is (254,156,123). Sum of RGB (Red+Green+Blue) = 254+156+123=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C7B is #016384. Grayscale: #B5B5B5. Windows color (decimal): -91013 or 8101118. OLE color: 8101118.
HSL color Cylindrical-coordinate representation of color #FE9C7B: hue angle of 15.11º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE9C7B is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 123 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.00 |
| HSL | 15.11º | 0.98% | 0.74% | - |
| HSV(B) | 15.11º | 0.52% | 1% | - |
| XYZ | 56.34 | 46.28 | 24.7 | - |
| YUV | 181.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 123 | 0 | 0.39 | 0.52 | 0.00 | 15.11 | 0.98 | 0.74 |
| Hex | FE | 9C | 7B | 0 | 27 | 34 | 0 | F | 62 | 4A |
| Octal | 376 | 234 | 173 | 0 | 47 | 64 | 0 | 17 | 142 | 112 |
| Binary | 11111110 | 10011100 | 1111011 | 0 | 100111 | 110100 | 0 | 1111 | 1100010 | 1001010 |
Color Harmonies of #FE9C7B
Complementary color
Monochromatic Colors of #FE9C7B
Black with #FE9C7B
Text Example
Text Example
White with #FE9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C7B; }
p { color: rgb(254,156,123); }
H1.HeaderClassName
{
color: #FE9C7B;
}
.AnyTagClassName
{
color: #FE9C7B;
}
</style>
background-color css
<style>
a { background-color: #FE9C7B; }
a { background-color: rgb(254,156,123); }
div.DivClassName
{
background-color: #FE9C7B;
}
.BgClassName
{
background-color: #FE9C7B;
}
</style>
border-color css
<style>
span { border-color: #FE9C7B; }
span { border-color: rgb(254,156,123); }
td.TdClassName
{
border-color: #FE9C7B;
}
.TagClassName
{
border-color: #FE9C7B;
}
</style>