Html Css Color HEX #F59773 Dark Salmon

📋 copy color: '#F59773'

red 245 ◦ green 151 ◦ blue 115

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

Shades of Dark Salmon #F59773

Tints of Dark Salmon #F59773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.55%

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

R = 47.95%
G = 29.55%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F59773 (or 0xF59773) is known color: Dark Salmon. HEX triplet: F5, 97 and 73. RGB value is (245,151,115). Sum of RGB (Red+Green+Blue) = 245+151+115=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F59773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59773 is #0A688C. Grayscale: #AFAFAF. Windows color (decimal): -682125 or 7575541. OLE color: 7575541.

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

Color convert

RGB 245 151 115 -
CMYK 0 0.38 0.53 0.04
HSL 16.62º 0.87% 0.71% -
HSV(B) 16.62º 0.53% 0.96% -
XYZ 51.82 42.78 21.75 -
YUV 175 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 245 151 115 0 0.38 0.53 0.04 16.62 0.87 0.71
Hex F5 97 73 0 26 35 4 11 57 47
Octal 365 227 163 0 46 65 4 21 127 107
Binary 11110101 10010111 1110011 0 100110 110101 100 10001 1010111 1000111

Color Harmonies of #F59773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59773

Black with #F59773

Text Example


Text Example

White with #F59773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59773; }

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

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

background-color css

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

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

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

border-color css

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

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

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