#f28266

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

Shades of Salmon #F28266

Tints of Salmon #F28266

Color information

#F28266 (or 0xF28266) is unknown color: approx Salmon. HEX triplet: F2, 82 and 66. RGB value is (242,130,102). Sum of RGB (Red+Green+Blue) = 242+130+102=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F28266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28266 is #0D7D99. Grayscale: #A0A0A0. Windows color (decimal): -884122 or 6718194. OLE color: 6718194.

HSL color Cylindrical-coordinate representation of color #F28266: hue angle of 12º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F28266 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242130102-
CMYK00.460.580.05
HSL12º84.34%67.45%-
HSV(B)12º57.85%94.9%-
XYZ4735.817-
YUV160.395.11186.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.05%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=51.05%
G=27.43%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213010200.460.580.051284.3467.45
HexF2826602E3A5c5443
Octal36220214605672514124103
Binary111100101000001011001100101110111010101110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28266; }

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

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

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

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

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

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

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

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