Html Css Color HEX #F49977 Dark Salmon

📋 copy color: '#F49977'

red 244 ◦ green 153 ◦ blue 119

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

Shades of Dark Salmon #F49977

Tints of Dark Salmon #F49977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.65%

 BLUE value IS 119 (46.88% from 255) = 23.06%

R = 47.29%
G = 29.65%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F49977 (or 0xF49977) is known color: Dark Salmon. HEX triplet: F4, 99 and 77. RGB value is (244,153,119). Sum of RGB (Red+Green+Blue) = 244+153+119=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F49977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49977 is #0B6688. Grayscale: #B0B0B0. Windows color (decimal): -747145 or 7838196. OLE color: 7838196.

HSL color Cylindrical-coordinate representation of color #F49977: hue angle of 16.32º 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 #F49977 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 153 119 -
CMYK 0 0.37 0.51 0.04
HSL 16.32º 0.85% 0.71% -
HSV(B) 16.32º 0.51% 0.96% -
XYZ 52.03 43.35 23.08 -
YUV 176.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 244 153 119 0 0.37 0.51 0.04 16.32 0.85 0.71
Hex F4 99 77 0 25 33 4 10 55 47
Octal 364 231 167 0 45 63 4 20 125 107
Binary 11110100 10011001 1110111 0 100101 110011 100 10000 1010101 1000111

Color Harmonies of #F49977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49977

Black with #F49977

Text Example


Text Example

White with #F49977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49977; }

 p { color: rgb(244,153,119); }

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

background-color css

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

 a { background-color: rgb(244,153,119); }

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

border-color css

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

 span { border-color: rgb(244,153,119); }

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