Html Css Color HEX #F49673 Dark Salmon

📋 copy color: '#F49673'

red 244 ◦ green 150 ◦ blue 115

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

Shades of Dark Salmon #F49673

Tints of Dark Salmon #F49673

RGB

 RED value IS 244 (95.7% from 255) = 47.94%

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 47.94%
G = 29.47%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F49673 (or 0xF49673) is known color: Dark Salmon. HEX triplet: F4, 96 and 73. RGB value is (244,150,115). Sum of RGB (Red+Green+Blue) = 244+150+115=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49673 is #0B698C. Grayscale: #AEAEAE. Windows color (decimal): -747917 or 7575284. OLE color: 7575284.

HSL color Cylindrical-coordinate representation of color #F49673: hue angle of 16.28º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F49673 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 150 115 -
CMYK 0 0.39 0.53 0.04
HSL 16.28º 0.85% 0.7% -
HSV(B) 16.28º 0.53% 0.96% -
XYZ 51.31 42.28 21.68 -
YUV 174.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 244 150 115 0 0.39 0.53 0.04 16.28 0.85 0.7
Hex F4 96 73 0 27 35 4 10 55 46
Octal 364 226 163 0 47 65 4 20 125 106
Binary 11110100 10010110 1110011 0 100111 110101 100 10000 1010101 1000110

Color Harmonies of #F49673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49673

Black with #F49673

Text Example


Text Example

White with #F49673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49673; }

 p { color: rgb(244,150,115); }

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

background-color css

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

 a { background-color: rgb(244,150,115); }

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

border-color css

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

 span { border-color: rgb(244,150,115); }

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