#F28467

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

Shades of Salmon #F28467

Tints of Salmon #F28467

Color information

#F28467 (or 0xF28467) is unknown color: approx Salmon. HEX triplet: F2, 84 and 67. RGB value is (242,132,103). Sum of RGB (Red+Green+Blue) = 242+132+103=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F28467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28467 is #0D7B98. Grayscale: #A1A1A1. Windows color (decimal): -883609 or 6784242. OLE color: 6784242.

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

Color convert

RGB242132103-
CMYK00.450.570.05
HSL12.52º84.24%67.65%-
HSV(B)12.52º57.44%94.9%-
XYZ47.3236.3617.36-
YUV161.5894.94185.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=50.73%
G=27.67%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213210300.450.570.0512.5284.2467.65
HexF2846702D395d5444
Octal36220414705571515124104
Binary111100101000010011001110101101111001101110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28467; }

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

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

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

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

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

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

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

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