Html Css Color HEX #F49375 Dark Salmon

📋 copy color: '#F49375'

red 244 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #F49375

Tints of Dark Salmon #F49375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.94%

 BLUE value IS 117 (46.09% from 255) = 23.03%

R = 48.03%
G = 28.94%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F49375 (or 0xF49375) is known color: Dark Salmon. HEX triplet: F4, 93 and 75. RGB value is (244,147,117). Sum of RGB (Red+Green+Blue) = 244+147+117=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F49375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49375 is #0B6C8A. Grayscale: #ACACAC. Windows color (decimal): -748683 or 7705588. OLE color: 7705588.

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

Color convert

RGB 244 147 117 -
CMYK 0 0.40 0.52 0.04
HSL 14.17º 0.85% 0.71% -
HSV(B) 14.17º 0.52% 0.96% -
XYZ 50.95 41.38 22.13 -
YUV 172.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 244 147 117 0 0.40 0.52 0.04 14.17 0.85 0.71
Hex F4 93 75 0 28 34 4 E 55 47
Octal 364 223 165 0 50 64 4 16 125 107
Binary 11110100 10010011 1110101 0 101000 110100 100 1110 1010101 1000111

Color Harmonies of #F49375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49375

Black with #F49375

Text Example


Text Example

White with #F49375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49375; }

 p { color: rgb(244,147,117); }

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

background-color css

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

 a { background-color: rgb(244,147,117); }

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

border-color css

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

 span { border-color: rgb(244,147,117); }

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