Shades of Light Salmon #F3A078
Tints of Light Salmon #F3A078
RGB
CMYK
RGB Variations
Color information
#F3A078 (or 0xF3A078) is known color: Light Salmon. HEX triplet: F3, A0 and 78. RGB value is (243,160,120). Sum of RGB (Red+Green+Blue) = 243+160+120=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A078 is #0C5F87. Grayscale: #B4B4B4. Windows color (decimal): -810888 or 7905523. OLE color: 7905523.
HSL color Cylindrical-coordinate representation of color #F3A078: hue angle of 19.51º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3A078 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 120 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.05 |
| HSL | 19.51º | 0.84% | 0.71% | - |
| HSV(B) | 19.51º | 0.51% | 0.95% | - |
| XYZ | 52.92 | 45.55 | 23.77 | - |
| YUV | 180.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 120 | 0 | 0.34 | 0.51 | 0.05 | 19.51 | 0.84 | 0.71 |
| Hex | F3 | A0 | 78 | 0 | 22 | 33 | 5 | 14 | 54 | 47 |
| Octal | 363 | 240 | 170 | 0 | 42 | 63 | 5 | 24 | 124 | 107 |
| Binary | 11110011 | 10100000 | 1111000 | 0 | 100010 | 110011 | 101 | 10100 | 1010100 | 1000111 |
Color Harmonies of #F3A078
Complementary color
Monochromatic Colors of #F3A078
Black with #F3A078
Text Example
Text Example
White with #F3A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A078; }
p { color: rgb(243,160,120); }
H1.HeaderClassName
{
color: #F3A078;
}
.AnyTagClassName
{
color: #F3A078;
}
</style>
background-color css
<style>
a { background-color: #F3A078; }
a { background-color: rgb(243,160,120); }
div.DivClassName
{
background-color: #F3A078;
}
.BgClassName
{
background-color: #F3A078;
}
</style>
border-color css
<style>
span { border-color: #F3A078; }
span { border-color: rgb(243,160,120); }
td.TdClassName
{
border-color: #F3A078;
}
.TagClassName
{
border-color: #F3A078;
}
</style>