Html Css Color HEX #F58377 Salmon

📋 copy color: '#F58377'

red 245 ◦ green 131 ◦ blue 119

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

Shades of Salmon #F58377

Tints of Salmon #F58377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.46%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 49.49%
G = 26.46%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58377 (or 0xF58377) is known color: Salmon. HEX triplet: F5, 83 and 77. RGB value is (245,131,119). Sum of RGB (Red+Green+Blue) = 245+131+119=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58377 is #0A7C88. Grayscale: #A3A3A3. Windows color (decimal): -687241 or 7832565. OLE color: 7832565.

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

Color convert

RGB 245 131 119 -
CMYK 0 0.47 0.51 0.04
HSL 5.71º 0.86% 0.71% -
HSV(B) 5.71º 0.51% 0.96% -
XYZ 49.1 36.98 22 -
YUV 163.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 245 131 119 0 0.47 0.51 0.04 5.71 0.86 0.71
Hex F5 83 77 0 2F 33 4 6 56 47
Octal 365 203 167 0 57 63 4 6 126 107
Binary 11110101 10000011 1110111 0 101111 110011 100 110 1010110 1000111

Color Harmonies of #F58377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58377

Black with #F58377

Text Example


Text Example

White with #F58377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58377; }

 p { color: rgb(245,131,119); }

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

background-color css

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

 a { background-color: rgb(245,131,119); }

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

border-color css

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

 span { border-color: rgb(245,131,119); }

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