#F28267

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

Shades of Salmon #F28267

Tints of Salmon #F28267

Color information

#F28267 (or 0xF28267) is unknown color: approx Salmon. HEX triplet: F2, 82 and 67. RGB value is (242,130,103). Sum of RGB (Red+Green+Blue) = 242+130+103=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28267 is #0D7D98. Grayscale: #A0A0A0. Windows color (decimal): -884121 or 6783730. OLE color: 6783730.

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

Color convert

RGB242130103-
CMYK00.460.570.05
HSL11.65º84.24%67.65%-
HSV(B)11.65º57.44%94.9%-
XYZ47.0535.8217.27-
YUV160.4195.61186.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=50.95%
G=27.37%
B=21.68%

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
Decimal24213010300.460.570.0511.6584.2467.65
HexF2826702E395c5444
Octal36220214705671514124104
Binary111100101000001011001110101110111001101110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28267; }

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

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

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

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

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

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

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

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