Html Css Color HEX #F58672 Salmon

📋 copy color: '#F58672'

red 245 ◦ green 134 ◦ blue 114

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

Shades of Salmon #F58672

Tints of Salmon #F58672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.18%

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 49.7%
G = 27.18%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58672 (or 0xF58672) is known color: Salmon. HEX triplet: F5, 86 and 72. RGB value is (245,134,114). Sum of RGB (Red+Green+Blue) = 245+134+114=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F58672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58672 is #0A798D. Grayscale: #A5A5A5. Windows color (decimal): -686478 or 7505653. OLE color: 7505653.

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

Color convert

RGB 245 134 114 -
CMYK 0 0.45 0.53 0.04
HSL 9.16º 0.87% 0.7% -
HSV(B) 9.16º 0.53% 0.96% -
XYZ 49.22 37.68 20.6 -
YUV 164.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 245 134 114 0 0.45 0.53 0.04 9.16 0.87 0.7
Hex F5 86 72 0 2D 35 4 9 57 46
Octal 365 206 162 0 55 65 4 11 127 106
Binary 11110101 10000110 1110010 0 101101 110101 100 1001 1010111 1000110

Color Harmonies of #F58672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58672

Black with #F58672

Text Example


Text Example

White with #F58672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58672; }

 p { color: rgb(245,134,114); }

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

background-color css

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

 a { background-color: rgb(245,134,114); }

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

border-color css

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

 span { border-color: rgb(245,134,114); }

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