#F2866C

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

Shades of Salmon #F2866C

Tints of Salmon #F2866C

Color information

#F2866C (or 0xF2866C) is unknown color: approx Salmon. HEX triplet: F2, 86 and 6C. RGB value is (242,134,108). Sum of RGB (Red+Green+Blue) = 242+134+108=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2866C is #0D7993. Grayscale: #A3A3A3. Windows color (decimal): -883092 or 7112434. OLE color: 7112434.

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

Color convert

RGB242134108-
CMYK00.450.550.05
HSL11.64º83.75%68.63%-
HSV(B)11.64º55.37%94.9%-
XYZ47.8537.0118.81-
YUV163.3396.78184.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=50%
G=27.69%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213410800.450.550.0511.6483.7568.63
HexF2866C02D375c5445
Octal36220615405567514124105
Binary111100101000011011011000101101110111101110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2866C; }

 p { color: rgb(242,134,108); }

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

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

 a { background-color: rgb(242,134,108); }

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

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

 span { border-color: rgb(242,134,108); }

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