Html Css Color HEX #F49078 Dark Salmon

📋 copy color: '#F49078'

red 244 ◦ green 144 ◦ blue 120

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

Shades of Dark Salmon #F49078

Tints of Dark Salmon #F49078

RGB

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

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

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

R = 48.03%
G = 28.35%
B = 23.62%

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

#F49078 (or 0xF49078) is known color: Dark Salmon. HEX triplet: F4, 90 and 78. RGB value is (244,144,120). Sum of RGB (Red+Green+Blue) = 244+144+120=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F49078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49078 is #0B6F87. Grayscale: #ABABAB. Windows color (decimal): -749448 or 7901428. OLE color: 7901428.

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

Color convert

RGB 244 144 120 -
CMYK 0 0.41 0.51 0.04
HSL 11.61º 0.85% 0.71% -
HSV(B) 11.61º 0.51% 0.96% -
XYZ 50.67 40.54 22.92 -
YUV 171.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 244 144 120 0 0.41 0.51 0.04 11.61 0.85 0.71
Hex F4 90 78 0 29 33 4 C 55 47
Octal 364 220 170 0 51 63 4 14 125 107
Binary 11110100 10010000 1111000 0 101001 110011 100 1100 1010101 1000111

Color Harmonies of #F49078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49078

Black with #F49078

Text Example


Text Example

White with #F49078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49078; }

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

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

background-color css

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

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

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

border-color css

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

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

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