Shades of Light Salmon #F69E7B
Tints of Light Salmon #F69E7B
RGB
CMYK
RGB Variations
Color information
#F69E7B (or 0xF69E7B) is known color: Light Salmon. HEX triplet: F6, 9E and 7B. RGB value is (246,158,123). Sum of RGB (Red+Green+Blue) = 246+158+123=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E7B is #096184. Grayscale: #B4B4B4. Windows color (decimal): -614789 or 8101622. OLE color: 8101622.
HSL color Cylindrical-coordinate representation of color #F69E7B: hue angle of 17.07º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F69E7B is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 123 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.04 |
| HSL | 17.07º | 0.87% | 0.72% | - |
| HSV(B) | 17.07º | 0.5% | 0.96% | - |
| XYZ | 53.81 | 45.48 | 24.68 | - |
| YUV | 180.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 123 | 0 | 0.36 | 0.50 | 0.04 | 17.07 | 0.87 | 0.72 |
| Hex | F6 | 9E | 7B | 0 | 24 | 32 | 4 | 11 | 57 | 48 |
| Octal | 366 | 236 | 173 | 0 | 44 | 62 | 4 | 21 | 127 | 110 |
| Binary | 11110110 | 10011110 | 1111011 | 0 | 100100 | 110010 | 100 | 10001 | 1010111 | 1001000 |
Color Harmonies of #F69E7B
Complementary color
Monochromatic Colors of #F69E7B
Black with #F69E7B
Text Example
Text Example
White with #F69E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69E7B; }
p { color: rgb(246,158,123); }
H1.HeaderClassName
{
color: #F69E7B;
}
.AnyTagClassName
{
color: #F69E7B;
}
</style>
background-color css
<style>
a { background-color: #F69E7B; }
a { background-color: rgb(246,158,123); }
div.DivClassName
{
background-color: #F69E7B;
}
.BgClassName
{
background-color: #F69E7B;
}
</style>
border-color css
<style>
span { border-color: #F69E7B; }
span { border-color: rgb(246,158,123); }
td.TdClassName
{
border-color: #F69E7B;
}
.TagClassName
{
border-color: #F69E7B;
}
</style>