Shades of Salmon #F3826F
Tints of Salmon #F3826F
RGB
CMYK
RGB Variations
Color information
#F3826F (or 0xF3826F) is known color: Salmon. HEX triplet: F3, 82 and 6F. RGB value is (243,130,111). Sum of RGB (Red+Green+Blue) = 243+130+111=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3826F is #0C7D90. Grayscale: #A1A1A1. Windows color (decimal): -818577 or 7308019. OLE color: 7308019.
HSL color Cylindrical-coordinate representation of color #F3826F: hue angle of 8.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3826F is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 111 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.05 |
| HSL | 8.64º | 0.85% | 0.69% | - |
| HSV(B) | 8.64º | 0.54% | 0.95% | - |
| XYZ | 47.81 | 36.17 | 19.5 | - |
| YUV | 161.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 111 | 0 | 0.47 | 0.54 | 0.05 | 8.64 | 0.85 | 0.69 |
| Hex | F3 | 82 | 6F | 0 | 2F | 36 | 5 | 9 | 55 | 45 |
| Octal | 363 | 202 | 157 | 0 | 57 | 66 | 5 | 11 | 125 | 105 |
| Binary | 11110011 | 10000010 | 1101111 | 0 | 101111 | 110110 | 101 | 1001 | 1010101 | 1000101 |
Color Harmonies of #F3826F
Complementary color
Monochromatic Colors of #F3826F
Black with #F3826F
Text Example
Text Example
White with #F3826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3826F; }
p { color: rgb(243,130,111); }
H1.HeaderClassName
{
color: #F3826F;
}
.AnyTagClassName
{
color: #F3826F;
}
</style>
background-color css
<style>
a { background-color: #F3826F; }
a { background-color: rgb(243,130,111); }
div.DivClassName
{
background-color: #F3826F;
}
.BgClassName
{
background-color: #F3826F;
}
</style>
border-color css
<style>
span { border-color: #F3826F; }
span { border-color: rgb(243,130,111); }
td.TdClassName
{
border-color: #F3826F;
}
.TagClassName
{
border-color: #F3826F;
}
</style>