#F0886A

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

Shades of Salmon #F0886A

Tints of Salmon #F0886A

Color information

#F0886A (or 0xF0886A) is unknown color: approx Salmon. HEX triplet: F0, 88 and 6A. RGB value is (240,136,106). Sum of RGB (Red+Green+Blue) = 240+136+106=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0886A is #0F7795. Grayscale: #A3A3A3. Windows color (decimal): -1013654 or 6981872. OLE color: 6981872.

HSL color Cylindrical-coordinate representation of color #F0886A: hue angle of 13.43º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0886A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB240136106-
CMYK00.430.560.06
HSL13.43º81.71%67.84%-
HSV(B)13.43º55.83%94.12%-
XYZ47.3437.1718.32-
YUV163.6895.46182.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=49.79%
G=28.22%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013610600.430.560.0613.4381.7167.84
HexF0886A02B386d5244
Octal36021015205370615122104
Binary111100001000100011010100101011111000110110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0886A; }

 p { color: rgb(240,136,106); }

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

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

 a { background-color: rgb(240,136,106); }

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

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

 span { border-color: rgb(240,136,106); }

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