Html Css Color HEX #F49178 Dark Salmon

📋 copy color: '#F49178'

red 244 ◦ green 145 ◦ blue 120

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

Shades of Dark Salmon #F49178

Tints of Dark Salmon #F49178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.49%

 BLUE value IS 120 (47.27% from 255) = 23.58%

R = 47.94%
G = 28.49%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F49178 (or 0xF49178) is known color: Dark Salmon. HEX triplet: F4, 91 and 78. RGB value is (244,145,120). Sum of RGB (Red+Green+Blue) = 244+145+120=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49178 is #0B6E87. Grayscale: #ABABAB. Windows color (decimal): -749192 or 7901684. OLE color: 7901684.

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

Color convert

RGB 244 145 120 -
CMYK 0 0.41 0.51 0.04
HSL 12.1º 0.85% 0.71% -
HSV(B) 12.1º 0.51% 0.96% -
XYZ 50.82 40.84 22.97 -
YUV 171.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 244 145 120 0 0.41 0.51 0.04 12.1 0.85 0.71
Hex F4 91 78 0 29 33 4 C 55 47
Octal 364 221 170 0 51 63 4 14 125 107
Binary 11110100 10010001 1111000 0 101001 110011 100 1100 1010101 1000111

Color Harmonies of #F49178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49178

Black with #F49178

Text Example


Text Example

White with #F49178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49178; }

 p { color: rgb(244,145,120); }

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

background-color css

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

 a { background-color: rgb(244,145,120); }

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

border-color css

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

 span { border-color: rgb(244,145,120); }

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