Html Css Color HEX #F39079 Dark Salmon

📋 copy color: '#F39079'

red 243 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #F39079

Tints of Dark Salmon #F39079

RGB

 RED value IS 243 (95.31% from 255) = 47.83%

 GREEN value IS 144 (56.64% from 255) = 28.35%

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

R = 47.83%
G = 28.35%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F39079 (or 0xF39079) is known color: Dark Salmon. HEX triplet: F3, 90 and 79. RGB value is (243,144,121). Sum of RGB (Red+Green+Blue) = 243+144+121=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F39079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39079 is #0C6F86. Grayscale: #ABABAB. Windows color (decimal): -814983 or 7966963. OLE color: 7966963.

HSL color Cylindrical-coordinate representation of color #F39079: hue angle of 11.31º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F39079 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 144 121 -
CMYK 0 0.41 0.50 0.05
HSL 11.31º 0.84% 0.71% -
HSV(B) 11.31º 0.5% 0.95% -
XYZ 50.39 40.38 23.23 -
YUV 170.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 243 144 121 0 0.41 0.50 0.05 11.31 0.84 0.71
Hex F3 90 79 0 29 32 5 B 54 47
Octal 363 220 171 0 51 62 5 13 124 107
Binary 11110011 10010000 1111001 0 101001 110010 101 1011 1010100 1000111

Color Harmonies of #F39079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39079

Black with #F39079

Text Example


Text Example

White with #F39079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39079; }

 p { color: rgb(243,144,121); }

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

background-color css

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

 a { background-color: rgb(243,144,121); }

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

border-color css

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

 span { border-color: rgb(243,144,121); }

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