Html Css Color HEX #F59379 Dark Salmon

📋 copy color: '#F59379'

red 245 ◦ green 147 ◦ blue 121

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

Shades of Dark Salmon #F59379

Tints of Dark Salmon #F59379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.65%

 BLUE value IS 121 (47.66% from 255) = 23.59%

R = 47.76%
G = 28.65%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F59379 (or 0xF59379) is known color: Dark Salmon. HEX triplet: F5, 93 and 79. RGB value is (245,147,121). Sum of RGB (Red+Green+Blue) = 245+147+121=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F59379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59379 is #0A6C86. Grayscale: #ADADAD. Windows color (decimal): -683143 or 7967733. OLE color: 7967733.

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

Color convert

RGB 245 147 121 -
CMYK 0 0.4 0.51 0.04
HSL 12.58º 0.86% 0.72% -
HSV(B) 12.58º 0.51% 0.96% -
XYZ 51.54 41.66 23.41 -
YUV 173.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 245 147 121 0 0.4 0.51 0.04 12.58 0.86 0.72
Hex F5 93 79 0 28 33 4 D 56 48
Octal 365 223 171 0 50 63 4 15 126 110
Binary 11110101 10010011 1111001 0 101000 110011 100 1101 1010110 1001000

Color Harmonies of #F59379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59379

Black with #F59379

Text Example


Text Example

White with #F59379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59379; }

 p { color: rgb(245,147,121); }

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

background-color css

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

 a { background-color: rgb(245,147,121); }

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

border-color css

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

 span { border-color: rgb(245,147,121); }

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