Shades of Salmon #F28A69
Tints of Salmon #F28A69
RGB
CMYK
RGB Variations
Color information
#F28A69 (or 0xF28A69) is known color: Salmon. HEX triplet: F2, 8A and 69. RGB value is (242,138,105). Sum of RGB (Red+Green+Blue) = 242+138+105=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A69 is #0D7596. Grayscale: #A5A5A5. Windows color (decimal): -882071 or 6916850. OLE color: 6916850.
HSL color Cylindrical-coordinate representation of color #F28A69: hue angle of 14.45º degrees, saturation: 0.84, 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 #F28A69 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 105 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.05 |
| HSL | 14.45º | 0.84% | 0.68% | - |
| HSV(B) | 14.45º | 0.57% | 0.95% | - |
| XYZ | 48.26 | 38.07 | 18.17 | - |
| YUV | 165.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 105 | 0 | 0.43 | 0.57 | 0.05 | 14.45 | 0.84 | 0.68 |
| Hex | F2 | 8A | 69 | 0 | 2B | 39 | 5 | E | 54 | 44 |
| Octal | 362 | 212 | 151 | 0 | 53 | 71 | 5 | 16 | 124 | 104 |
| Binary | 11110010 | 10001010 | 1101001 | 0 | 101011 | 111001 | 101 | 1110 | 1010100 | 1000100 |
Color Harmonies of #F28A69
Complementary color
Monochromatic Colors of #F28A69
Black with #F28A69
Text Example
Text Example
White with #F28A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A69; }
p { color: rgb(242,138,105); }
H1.HeaderClassName
{
color: #F28A69;
}
.AnyTagClassName
{
color: #F28A69;
}
</style>
background-color css
<style>
a { background-color: #F28A69; }
a { background-color: rgb(242,138,105); }
div.DivClassName
{
background-color: #F28A69;
}
.BgClassName
{
background-color: #F28A69;
}
</style>
border-color css
<style>
span { border-color: #F28A69; }
span { border-color: rgb(242,138,105); }
td.TdClassName
{
border-color: #F28A69;
}
.TagClassName
{
border-color: #F28A69;
}
</style>