Html Css Color HEX #F49076 Dark Salmon

📋 copy color: '#F49076'

red 244 ◦ green 144 ◦ blue 118

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

Shades of Dark Salmon #F49076

Tints of Dark Salmon #F49076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 48.22%
G = 28.46%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F49076 (or 0xF49076) is known color: Dark Salmon. HEX triplet: F4, 90 and 76. RGB value is (244,144,118). Sum of RGB (Red+Green+Blue) = 244+144+118=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F49076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49076 is #0B6F89. Grayscale: #ABABAB. Windows color (decimal): -749450 or 7770356. OLE color: 7770356.

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

Color convert

RGB 244 144 118 -
CMYK 0 0.41 0.52 0.04
HSL 12.38º 0.85% 0.71% -
HSV(B) 12.38º 0.52% 0.96% -
XYZ 50.55 40.49 22.29 -
YUV 170.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 244 144 118 0 0.41 0.52 0.04 12.38 0.85 0.71
Hex F4 90 76 0 29 34 4 C 55 47
Octal 364 220 166 0 51 64 4 14 125 107
Binary 11110100 10010000 1110110 0 101001 110100 100 1100 1010101 1000111

Color Harmonies of #F49076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49076

Black with #F49076

Text Example


Text Example

White with #F49076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49076; }

 p { color: rgb(244,144,118); }

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

background-color css

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

 a { background-color: rgb(244,144,118); }

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

border-color css

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

 span { border-color: rgb(244,144,118); }

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