Html Css Color HEX #F49077 Dark Salmon

📋 copy color: '#F49077'

red 244 ◦ green 144 ◦ blue 119

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

Shades of Dark Salmon #F49077

Tints of Dark Salmon #F49077

RGB

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

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

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

R = 48.13%
G = 28.4%
B = 23.47%

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

#F49077 (or 0xF49077) is known color: Dark Salmon. HEX triplet: F4, 90 and 77. RGB value is (244,144,119). Sum of RGB (Red+Green+Blue) = 244+144+119=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F49077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49077 is #0B6F88. Grayscale: #ABABAB. Windows color (decimal): -749449 or 7835892. OLE color: 7835892.

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

Color convert

RGB 244 144 119 -
CMYK 0 0.41 0.51 0.04
HSL 12º 0.85% 0.71% -
HSV(B) 12º 0.51% 0.96% -
XYZ 50.61 40.51 22.6 -
YUV 171.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 244 144 119 0 0.41 0.51 0.04 12 0.85 0.71
Hex F4 90 77 0 29 33 4 C 55 47
Octal 364 220 167 0 51 63 4 14 125 107
Binary 11110100 10010000 1110111 0 101001 110011 100 1100 1010101 1000111

Color Harmonies of #F49077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49077

Black with #F49077

Text Example


Text Example

White with #F49077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49077; }

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

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

background-color css

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

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

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

border-color css

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

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

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