Shades of Salmon #F28369
Tints of Salmon #F28369
RGB
CMYK
RGB Variations
Color information
#F28369 (or 0xF28369) is known color: Salmon. HEX triplet: F2, 83 and 69. RGB value is (242,131,105). Sum of RGB (Red+Green+Blue) = 242+131+105=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F28369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28369 is #0D7C96. Grayscale: #A1A1A1. Windows color (decimal): -883863 or 6915058. OLE color: 6915058.
HSL color Cylindrical-coordinate representation of color #F28369: hue angle of 11.39º 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 #F28369 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 105 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.05 |
| HSL | 11.39º | 0.84% | 0.68% | - |
| HSV(B) | 11.39º | 0.57% | 0.95% | - |
| XYZ | 47.28 | 36.13 | 17.85 | - |
| YUV | 161.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 105 | 0 | 0.46 | 0.57 | 0.05 | 11.39 | 0.84 | 0.68 |
| Hex | F2 | 83 | 69 | 0 | 2E | 39 | 5 | B | 54 | 44 |
| Octal | 362 | 203 | 151 | 0 | 56 | 71 | 5 | 13 | 124 | 104 |
| Binary | 11110010 | 10000011 | 1101001 | 0 | 101110 | 111001 | 101 | 1011 | 1010100 | 1000100 |
Color Harmonies of #F28369
Complementary color
Monochromatic Colors of #F28369
Black with #F28369
Text Example
Text Example
White with #F28369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28369; }
p { color: rgb(242,131,105); }
H1.HeaderClassName
{
color: #F28369;
}
.AnyTagClassName
{
color: #F28369;
}
</style>
background-color css
<style>
a { background-color: #F28369; }
a { background-color: rgb(242,131,105); }
div.DivClassName
{
background-color: #F28369;
}
.BgClassName
{
background-color: #F28369;
}
</style>
border-color css
<style>
span { border-color: #F28369; }
span { border-color: rgb(242,131,105); }
td.TdClassName
{
border-color: #F28369;
}
.TagClassName
{
border-color: #F28369;
}
</style>