Html Css Color HEX #F49975 Dark Salmon

📋 copy color: '#F49975'

red 244 ◦ green 153 ◦ blue 117

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

Shades of Dark Salmon #F49975

Tints of Dark Salmon #F49975

RGB

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

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

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

R = 47.47%
G = 29.77%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F49975 (or 0xF49975) is known color: Dark Salmon. HEX triplet: F4, 99 and 75. RGB value is (244,153,117). Sum of RGB (Red+Green+Blue) = 244+153+117=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F49975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49975 is #0B668A. Grayscale: #B0B0B0. Windows color (decimal): -747147 or 7707124. OLE color: 7707124.

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

Color convert

RGB 244 153 117 -
CMYK 0 0.37 0.52 0.04
HSL 17.01º 0.85% 0.71% -
HSV(B) 17.01º 0.52% 0.96% -
XYZ 51.91 43.3 22.45 -
YUV 176.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 244 153 117 0 0.37 0.52 0.04 17.01 0.85 0.71
Hex F4 99 75 0 25 34 4 11 55 47
Octal 364 231 165 0 45 64 4 21 125 107
Binary 11110100 10011001 1110101 0 100101 110100 100 10001 1010101 1000111

Color Harmonies of #F49975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49975

Black with #F49975

Text Example


Text Example

White with #F49975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49975; }

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

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

background-color css

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

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

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

border-color css

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

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

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