#F48066

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

Shades of Salmon #F48066

Tints of Salmon #F48066

Color information

#F48066 (or 0xF48066) is unknown color: approx Salmon. HEX triplet: F4, 80 and 66. RGB value is (244,128,102). Sum of RGB (Red+Green+Blue) = 244+128+102=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F48066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48066 is #0B7F99. Grayscale: #9F9F9F. Windows color (decimal): -753562 or 6717684. OLE color: 6717684.

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

Color convert

RGB244128102-
CMYK00.480.580.04
HSL10.99º86.59%67.84%-
HSV(B)10.99º58.2%95.69%-
XYZ47.4335.6316.95-
YUV159.7295.43188.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.48%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=51.48%
G=27.00%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412810200.480.580.0410.9986.5967.84
HexF480660303A4b5744
Octal36420014606072413127104
Binary111101001000000011001100110000111010100101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48066; }

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

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

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

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

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

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

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

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