Html Css Color HEX #F49279 Dark Salmon

📋 copy color: '#F49279'

red 244 ◦ green 146 ◦ blue 121

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

Shades of Dark Salmon #F49279

Tints of Dark Salmon #F49279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.57%

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

R = 47.75%
G = 28.57%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F49279 (or 0xF49279) is known color: Dark Salmon. HEX triplet: F4, 92 and 79. RGB value is (244,146,121). Sum of RGB (Red+Green+Blue) = 244+146+121=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F49279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49279 is #0B6D86. Grayscale: #ACACAC. Windows color (decimal): -748935 or 7967476. OLE color: 7967476.

HSL color Cylindrical-coordinate representation of color #F49279: hue angle of 12.2º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F49279 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 146 121 -
CMYK 0 0.40 0.50 0.04
HSL 12.2º 0.85% 0.72% -
HSV(B) 12.2º 0.5% 0.96% -
XYZ 51.04 41.17 23.35 -
YUV 172.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 244 146 121 0 0.40 0.50 0.04 12.2 0.85 0.72
Hex F4 92 79 0 28 32 4 C 55 48
Octal 364 222 171 0 50 62 4 14 125 110
Binary 11110100 10010010 1111001 0 101000 110010 100 1100 1010101 1001000

Color Harmonies of #F49279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49279

Black with #F49279

Text Example


Text Example

White with #F49279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49279; }

 p { color: rgb(244,146,121); }

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

background-color css

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

 a { background-color: rgb(244,146,121); }

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

border-color css

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

 span { border-color: rgb(244,146,121); }

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