Html Css Color HEX #F58678 Salmon

📋 copy color: '#F58678'

red 245 ◦ green 134 ◦ blue 120

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

Shades of Salmon #F58678

Tints of Salmon #F58678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.05%

R = 49.1%
G = 26.85%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58678 (or 0xF58678) is known color: Salmon. HEX triplet: F5, 86 and 78. RGB value is (245,134,120). Sum of RGB (Red+Green+Blue) = 245+134+120=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F58678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58678 is #0A7987. Grayscale: #A5A5A5. Windows color (decimal): -686472 or 7898869. OLE color: 7898869.

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

Color convert

RGB 245 134 120 -
CMYK 0 0.45 0.51 0.04
HSL 6.72º 0.86% 0.72% -
HSV(B) 6.72º 0.51% 0.96% -
XYZ 49.57 37.82 22.46 -
YUV 165.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 245 134 120 0 0.45 0.51 0.04 6.72 0.86 0.72
Hex F5 86 78 0 2D 33 4 7 56 48
Octal 365 206 170 0 55 63 4 7 126 110
Binary 11110101 10000110 1111000 0 101101 110011 100 111 1010110 1001000

Color Harmonies of #F58678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58678

Black with #F58678

Text Example


Text Example

White with #F58678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58678; }

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

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

background-color css

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

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

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

border-color css

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

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

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