Shades of Salmon #F38269
Tints of Salmon #F38269
RGB
CMYK
RGB Variations
Color information
#F38269 (or 0xF38269) is known color: Salmon. HEX triplet: F3, 82 and 69. RGB value is (243,130,105). Sum of RGB (Red+Green+Blue) = 243+130+105=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F38269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38269 is #0C7D96. Grayscale: #A1A1A1. Windows color (decimal): -818583 or 6914803. OLE color: 6914803.
HSL color Cylindrical-coordinate representation of color #F38269: hue angle of 10.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F38269 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 105 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.05 |
| HSL | 10.87º | 0.85% | 0.68% | - |
| HSV(B) | 10.87º | 0.57% | 0.95% | - |
| XYZ | 47.49 | 36.04 | 17.82 | - |
| YUV | 160.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 105 | 0 | 0.47 | 0.57 | 0.05 | 10.87 | 0.85 | 0.68 |
| Hex | F3 | 82 | 69 | 0 | 2F | 39 | 5 | B | 55 | 44 |
| Octal | 363 | 202 | 151 | 0 | 57 | 71 | 5 | 13 | 125 | 104 |
| Binary | 11110011 | 10000010 | 1101001 | 0 | 101111 | 111001 | 101 | 1011 | 1010101 | 1000100 |
Color Harmonies of #F38269
Complementary color
Monochromatic Colors of #F38269
Black with #F38269
Text Example
Text Example
White with #F38269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38269; }
p { color: rgb(243,130,105); }
H1.HeaderClassName
{
color: #F38269;
}
.AnyTagClassName
{
color: #F38269;
}
</style>
background-color css
<style>
a { background-color: #F38269; }
a { background-color: rgb(243,130,105); }
div.DivClassName
{
background-color: #F38269;
}
.BgClassName
{
background-color: #F38269;
}
</style>
border-color css
<style>
span { border-color: #F38269; }
span { border-color: rgb(243,130,105); }
td.TdClassName
{
border-color: #F38269;
}
.TagClassName
{
border-color: #F38269;
}
</style>