Html Css Color HEX #F59979 Dark Salmon

📋 copy color: '#F59979'

red 245 ◦ green 153 ◦ blue 121

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

Shades of Dark Salmon #F59979

Tints of Dark Salmon #F59979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.48%

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

R = 47.21%
G = 29.48%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F59979 (or 0xF59979) is known color: Dark Salmon. HEX triplet: F5, 99 and 79. RGB value is (245,153,121). Sum of RGB (Red+Green+Blue) = 245+153+121=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F59979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59979 is #0A6686. Grayscale: #B1B1B1. Windows color (decimal): -681607 or 7969269. OLE color: 7969269.

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

Color convert

RGB 245 153 121 -
CMYK 0 0.38 0.51 0.04
HSL 15.48º 0.86% 0.72% -
HSV(B) 15.48º 0.51% 0.96% -
XYZ 52.5 43.58 23.73 -
YUV 176.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 245 153 121 0 0.38 0.51 0.04 15.48 0.86 0.72
Hex F5 99 79 0 26 33 4 F 56 48
Octal 365 231 171 0 46 63 4 17 126 110
Binary 11110101 10011001 1111001 0 100110 110011 100 1111 1010110 1001000

Color Harmonies of #F59979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59979

Black with #F59979

Text Example


Text Example

White with #F59979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59979; }

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

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

background-color css

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

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

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

border-color css

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

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

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