Shades of Salmon #F38A6B
Tints of Salmon #F38A6B
RGB
CMYK
RGB Variations
Color information
#F38A6B (or 0xF38A6B) is known color: Salmon. HEX triplet: F3, 8A and 6B. RGB value is (243,138,107). Sum of RGB (Red+Green+Blue) = 243+138+107=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A6B is #0C7594. Grayscale: #A6A6A6. Windows color (decimal): -816533 or 7047923. OLE color: 7047923.
HSL color Cylindrical-coordinate representation of color #F38A6B: hue angle of 13.68º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F38A6B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 107 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.05 |
| HSL | 13.68º | 0.85% | 0.69% | - |
| HSV(B) | 13.68º | 0.56% | 0.95% | - |
| XYZ | 48.7 | 38.29 | 18.73 | - |
| YUV | 165.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 107 | 0 | 0.43 | 0.56 | 0.05 | 13.68 | 0.85 | 0.69 |
| Hex | F3 | 8A | 6B | 0 | 2B | 38 | 5 | E | 55 | 45 |
| Octal | 363 | 212 | 153 | 0 | 53 | 70 | 5 | 16 | 125 | 105 |
| Binary | 11110011 | 10001010 | 1101011 | 0 | 101011 | 111000 | 101 | 1110 | 1010101 | 1000101 |
Color Harmonies of #F38A6B
Complementary color
Monochromatic Colors of #F38A6B
Black with #F38A6B
Text Example
Text Example
White with #F38A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A6B; }
p { color: rgb(243,138,107); }
H1.HeaderClassName
{
color: #F38A6B;
}
.AnyTagClassName
{
color: #F38A6B;
}
</style>
background-color css
<style>
a { background-color: #F38A6B; }
a { background-color: rgb(243,138,107); }
div.DivClassName
{
background-color: #F38A6B;
}
.BgClassName
{
background-color: #F38A6B;
}
</style>
border-color css
<style>
span { border-color: #F38A6B; }
span { border-color: rgb(243,138,107); }
td.TdClassName
{
border-color: #F38A6B;
}
.TagClassName
{
border-color: #F38A6B;
}
</style>