Shades of Light Salmon #F3A07B
Tints of Light Salmon #F3A07B
RGB
CMYK
RGB Variations
Color information
#F3A07B (or 0xF3A07B) is known color: Light Salmon. HEX triplet: F3, A0 and 7B. RGB value is (243,160,123). Sum of RGB (Red+Green+Blue) = 243+160+123=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A07B is #0C5F84. Grayscale: #B4B4B4. Windows color (decimal): -810885 or 8102131. OLE color: 8102131.
HSL color Cylindrical-coordinate representation of color #F3A07B: hue angle of 18.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3A07B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 123 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.05 |
| HSL | 18.5º | 0.83% | 0.72% | - |
| HSV(B) | 18.5º | 0.49% | 0.95% | - |
| XYZ | 53.11 | 45.63 | 24.75 | - |
| YUV | 180.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 123 | 0 | 0.34 | 0.49 | 0.05 | 18.5 | 0.83 | 0.72 |
| Hex | F3 | A0 | 7B | 0 | 22 | 31 | 5 | 12 | 53 | 48 |
| Octal | 363 | 240 | 173 | 0 | 42 | 61 | 5 | 22 | 123 | 110 |
| Binary | 11110011 | 10100000 | 1111011 | 0 | 100010 | 110001 | 101 | 10010 | 1010011 | 1001000 |
Color Harmonies of #F3A07B
Complementary color
Monochromatic Colors of #F3A07B
Black with #F3A07B
Text Example
Text Example
White with #F3A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A07B; }
p { color: rgb(243,160,123); }
H1.HeaderClassName
{
color: #F3A07B;
}
.AnyTagClassName
{
color: #F3A07B;
}
</style>
background-color css
<style>
a { background-color: #F3A07B; }
a { background-color: rgb(243,160,123); }
div.DivClassName
{
background-color: #F3A07B;
}
.BgClassName
{
background-color: #F3A07B;
}
</style>
border-color css
<style>
span { border-color: #F3A07B; }
span { border-color: rgb(243,160,123); }
td.TdClassName
{
border-color: #F3A07B;
}
.TagClassName
{
border-color: #F3A07B;
}
</style>