#F28269

Color #F28269 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F28269

Tints of Salmon #F28269

Color information

#F28269 (or 0xF28269) is unknown color: approx Salmon. HEX triplet: F2, 82 and 69. RGB value is (242,130,105). Sum of RGB (Red+Green+Blue) = 242+130+105=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F28269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28269 is #0D7D96. Grayscale: #A0A0A0. Windows color (decimal): -884119 or 6914802. OLE color: 6914802.

HSL color Cylindrical-coordinate representation of color #F28269: hue angle of 10.95º 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 #F28269 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB242130105-
CMYK00.460.570.05
HSL10.95º84.05%68.04%-
HSV(B)10.95º56.61%94.9%-
XYZ47.1535.8617.8-
YUV160.6496.61186.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=50.73%
G=27.25%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213010500.460.570.0510.9584.0568.04
HexF2826902E395b5444
Octal36220215105671513124104
Binary111100101000001011010010101110111001101101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28269; }

 p { color: rgb(242,130,105); }

 H1.HeaderClassName
 {
   color: #F28269;
 }
 .AnyTagClassName
 {
   color: #F28269;
 }
</style>
background-color css

<style>
 a { background-color: #F28269; }

 a { background-color: rgb(242,130,105); }

 div.DivClassName
 {
   background-color: #F28269;
 }
 .BgClassName
 {
   background-color: #F28269;
 }
</style>
border-color css

<style>
 span { border-color: #F28269; }

 span { border-color: rgb(242,130,105); }

 td.TdClassName
 {
   border-color: #F28269;
 }
 .TagClassName
 {
   border-color: #F28269;
 }
</style>