#F88574

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

Shades of Salmon #F88574

Tints of Salmon #F88574

Color information

#F88574 (or 0xF88574) is unknown color: approx Salmon. HEX triplet: F8, 85 and 74. RGB value is (248,133,116). Sum of RGB (Red+Green+Blue) = 248+133+116=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F88574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88574 is #077A8B. Grayscale: #A5A5A5. Windows color (decimal): -490124 or 7636472. OLE color: 7636472.

HSL color Cylindrical-coordinate representation of color #F88574: hue angle of 7.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F88574 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248133116-
CMYK00.460.530.03
HSL7.73º90.41%71.37%-
HSV(B)7.73º53.23%97.25%-
XYZ50.2537.9921.21-
YUV165.45100.1186.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=49.90%
G=26.76%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813311600.460.530.037.7390.4171.37
HexF8857402E35385a47
Octal37020516405665310132107
Binary11111000100001011110100010111011010111100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88574; }

 p { color: rgb(248,133,116); }

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

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

 a { background-color: rgb(248,133,116); }

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

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

 span { border-color: rgb(248,133,116); }

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