Html Css Color HEX #F59173 Dark Salmon

📋 copy color: '#F59173'

red 245 ◦ green 145 ◦ blue 115

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

Shades of Dark Salmon #F59173

Tints of Dark Salmon #F59173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

 BLUE value IS 115 (45.31% from 255) = 22.77%

R = 48.51%
G = 28.71%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F59173 (or 0xF59173) is known color: Dark Salmon. HEX triplet: F5, 91 and 73. RGB value is (245,145,115). Sum of RGB (Red+Green+Blue) = 245+145+115=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F59173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59173 is #0A6E8C. Grayscale: #ABABAB. Windows color (decimal): -683661 or 7574005. OLE color: 7574005.

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

Color convert

RGB 245 145 115 -
CMYK 0 0.41 0.53 0.04
HSL 13.85º 0.87% 0.71% -
HSV(B) 13.85º 0.53% 0.96% -
XYZ 50.88 40.9 21.43 -
YUV 171.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 245 145 115 0 0.41 0.53 0.04 13.85 0.87 0.71
Hex F5 91 73 0 29 35 4 E 57 47
Octal 365 221 163 0 51 65 4 16 127 107
Binary 11110101 10010001 1110011 0 101001 110101 100 1110 1010111 1000111

Color Harmonies of #F59173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59173

Black with #F59173

Text Example


Text Example

White with #F59173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59173; }

 p { color: rgb(245,145,115); }

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

background-color css

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

 a { background-color: rgb(245,145,115); }

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

border-color css

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

 span { border-color: rgb(245,145,115); }

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