#F4806E

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

Shades of Salmon #F4806E

Tints of Salmon #F4806E

Color information

#F4806E (or 0xF4806E) is unknown color: approx Salmon. HEX triplet: F4, 80 and 6E. RGB value is (244,128,110). Sum of RGB (Red+Green+Blue) = 244+128+110=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4806E is #0B7F91. Grayscale: #A0A0A0. Windows color (decimal): -753554 or 7241972. OLE color: 7241972.

HSL color Cylindrical-coordinate representation of color #F4806E: hue angle of 8.06º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4806E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244128110-
CMYK00.480.550.04
HSL8.06º85.9%69.41%-
HSV(B)8.06º54.92%95.69%-
XYZ47.8435.819.14-
YUV160.6399.43187.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=50.62%
G=26.56%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412811000.480.550.048.0685.969.41
HexF4806E03037485645
Octal36420015606067410126105
Binary111101001000000011011100110000110111100100010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4806E; }

 p { color: rgb(244,128,110); }

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

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

 a { background-color: rgb(244,128,110); }

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

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

 span { border-color: rgb(244,128,110); }

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