Html Css Color HEX #F58C76 Salmon

📋 copy color: '#F58C76'

red 245 ◦ green 140 ◦ blue 118

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

Shades of Salmon #F58C76

Tints of Salmon #F58C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

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

R = 48.71%
G = 27.83%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F58C76 (or 0xF58C76) is known color: Salmon. HEX triplet: F5, 8C and 76. RGB value is (245,140,118). Sum of RGB (Red+Green+Blue) = 245+140+118=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C76 is #0A7389. Grayscale: #A9A9A9. Windows color (decimal): -684938 or 7769333. OLE color: 7769333.

HSL color Cylindrical-coordinate representation of color #F58C76: hue angle of 10.39º 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 #F58C76 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 140 118 -
CMYK 0 0.43 0.52 0.04
HSL 10.39º 0.86% 0.71% -
HSV(B) 10.39º 0.52% 0.96% -
XYZ 50.3 39.48 22.11 -
YUV 168.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 245 140 118 0 0.43 0.52 0.04 10.39 0.86 0.71
Hex F5 8C 76 0 2B 34 4 A 56 47
Octal 365 214 166 0 53 64 4 12 126 107
Binary 11110101 10001100 1110110 0 101011 110100 100 1010 1010110 1000111

Color Harmonies of #F58C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58C76

Black with #F58C76

Text Example


Text Example

White with #F58C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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