Html Css Color HEX #F58076 Salmon

📋 copy color: '#F58076'

red 245 ◦ green 128 ◦ blue 118

#F58076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F58076

Tints of Salmon #F58076

RGB

 RED value IS 245 (96.09% from 255) = 49.9%

 GREEN value IS 128 (50.39% from 255) = 26.07%

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 49.9%
G = 26.07%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F58076 (or 0xF58076) is known color: Salmon. HEX triplet: F5, 80 and 76. RGB value is (245,128,118). Sum of RGB (Red+Green+Blue) = 245+128+118=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F58076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58076 is #0A7F89. Grayscale: #A1A1A1. Windows color (decimal): -688010 or 7766261. OLE color: 7766261.

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

Color convert

RGB 245 128 118 -
CMYK 0 0.48 0.52 0.04
HSL 4.72º 0.86% 0.71% -
HSV(B) 4.72º 0.52% 0.96% -
XYZ 48.65 36.16 21.56 -
YUV 161.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 245 128 118 0 0.48 0.52 0.04 4.72 0.86 0.71
Hex F5 80 76 0 30 34 4 5 56 47
Octal 365 200 166 0 60 64 4 5 126 107
Binary 11110101 10000000 1110110 0 110000 110100 100 101 1010110 1000111

Color Harmonies of #F58076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58076

Black with #F58076

Text Example


Text Example

White with #F58076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58076; }

 p { color: rgb(245,128,118); }

 H1.HeaderClassName
 {
   color: #F58076;
 }
 .AnyTagClassName
 {
   color: #F58076;
 }
</style>

background-color css

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

 a { background-color: rgb(245,128,118); }

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

border-color css

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

 span { border-color: rgb(245,128,118); }

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