Html Css Color HEX #F58675 Salmon

📋 copy color: '#F58675'

red 245 ◦ green 134 ◦ blue 117

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

Shades of Salmon #F58675

Tints of Salmon #F58675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 49.4%
G = 27.02%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F58675 (or 0xF58675) is known color: Salmon. HEX triplet: F5, 86 and 75. RGB value is (245,134,117). Sum of RGB (Red+Green+Blue) = 245+134+117=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F58675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58675 is #0A798A. Grayscale: #A5A5A5. Windows color (decimal): -686475 or 7702261. OLE color: 7702261.

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

Color convert

RGB 245 134 117 -
CMYK 0 0.45 0.52 0.04
HSL 7.97º 0.86% 0.71% -
HSV(B) 7.97º 0.52% 0.96% -
XYZ 49.39 37.75 21.51 -
YUV 165.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 245 134 117 0 0.45 0.52 0.04 7.97 0.86 0.71
Hex F5 86 75 0 2D 34 4 8 56 47
Octal 365 206 165 0 55 64 4 10 126 107
Binary 11110101 10000110 1110101 0 101101 110100 100 1000 1010110 1000111

Color Harmonies of #F58675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58675

Black with #F58675

Text Example


Text Example

White with #F58675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58675; }

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

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

background-color css

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

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

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

border-color css

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

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

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