Html Css Color HEX #F58674 Salmon

📋 copy color: '#F58674'

red 245 ◦ green 134 ◦ blue 116

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

Shades of Salmon #F58674

Tints of Salmon #F58674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 49.49%
G = 27.07%
B = 23.43%

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

#F58674 (or 0xF58674) is known color: Salmon. HEX triplet: F5, 86 and 74. RGB value is (245,134,116). Sum of RGB (Red+Green+Blue) = 245+134+116=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58674 is #0A798B. Grayscale: #A5A5A5. Windows color (decimal): -686476 or 7636725. OLE color: 7636725.

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

Color convert

RGB 245 134 116 -
CMYK 0 0.45 0.53 0.04
HSL 8.37º 0.87% 0.71% -
HSV(B) 8.37º 0.53% 0.96% -
XYZ 49.33 37.72 21.2 -
YUV 165.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 245 134 116 0 0.45 0.53 0.04 8.37 0.87 0.71
Hex F5 86 74 0 2D 35 4 8 57 47
Octal 365 206 164 0 55 65 4 10 127 107
Binary 11110101 10000110 1110100 0 101101 110101 100 1000 1010111 1000111

Color Harmonies of #F58674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58674

Black with #F58674

Text Example


Text Example

White with #F58674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58674; }

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

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

background-color css

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

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

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

border-color css

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

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

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