#F28264

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

Shades of Salmon #F28264

Tints of Salmon #F28264

Color information

#F28264 (or 0xF28264) is unknown color: approx Salmon. HEX triplet: F2, 82 and 64. RGB value is (242,130,100). Sum of RGB (Red+Green+Blue) = 242+130+100=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F28264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28264 is #0D7D9B. Grayscale: #A0A0A0. Windows color (decimal): -884124 or 6587122. OLE color: 6587122.

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

Color convert

RGB242130100-
CMYK00.460.590.05
HSL12.68º84.52%67.06%-
HSV(B)12.68º58.68%94.9%-
XYZ46.935.7616.49-
YUV160.0794.11186.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=51.27%
G=27.54%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213010000.460.590.0512.6884.5267.06
HexF2826402E3B5d5543
Octal36220214405673515125103
Binary111100101000001011001000101110111011101110110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28264; }

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

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

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

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

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

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

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

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