Shades of Light Salmon #F69B7C
Tints of Light Salmon #F69B7C
RGB
CMYK
RGB Variations
Color information
#F69B7C (or 0xF69B7C) is known color: Light Salmon. HEX triplet: F6, 9B and 7C. RGB value is (246,155,124). Sum of RGB (Red+Green+Blue) = 246+155+124=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B7C is #096483. Grayscale: #B2B2B2. Windows color (decimal): -615556 or 8166390. OLE color: 8166390.
HSL color Cylindrical-coordinate representation of color #F69B7C: hue angle of 15.25º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F69B7C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 124 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.04 |
| HSL | 15.25º | 0.87% | 0.73% | - |
| HSV(B) | 15.25º | 0.5% | 0.96% | - |
| XYZ | 53.37 | 44.49 | 24.84 | - |
| YUV | 178.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 124 | 0 | 0.37 | 0.50 | 0.04 | 15.25 | 0.87 | 0.73 |
| Hex | F6 | 9B | 7C | 0 | 25 | 32 | 4 | F | 57 | 49 |
| Octal | 366 | 233 | 174 | 0 | 45 | 62 | 4 | 17 | 127 | 111 |
| Binary | 11110110 | 10011011 | 1111100 | 0 | 100101 | 110010 | 100 | 1111 | 1010111 | 1001001 |
Color Harmonies of #F69B7C
Complementary color
Monochromatic Colors of #F69B7C
Black with #F69B7C
Text Example
Text Example
White with #F69B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B7C; }
p { color: rgb(246,155,124); }
H1.HeaderClassName
{
color: #F69B7C;
}
.AnyTagClassName
{
color: #F69B7C;
}
</style>
background-color css
<style>
a { background-color: #F69B7C; }
a { background-color: rgb(246,155,124); }
div.DivClassName
{
background-color: #F69B7C;
}
.BgClassName
{
background-color: #F69B7C;
}
</style>
border-color css
<style>
span { border-color: #F69B7C; }
span { border-color: rgb(246,155,124); }
td.TdClassName
{
border-color: #F69B7C;
}
.TagClassName
{
border-color: #F69B7C;
}
</style>