Html Css Color HEX #F49474 Dark Salmon

📋 copy color: '#F49474'

red 244 ◦ green 148 ◦ blue 116

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

Shades of Dark Salmon #F49474

Tints of Dark Salmon #F49474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 48.03%
G = 29.13%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F49474 (or 0xF49474) is known color: Dark Salmon. HEX triplet: F4, 94 and 74. RGB value is (244,148,116). Sum of RGB (Red+Green+Blue) = 244+148+116=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F49474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49474 is #0B6B8B. Grayscale: #ADADAD. Windows color (decimal): -748428 or 7640308. OLE color: 7640308.

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

Color convert

RGB 244 148 116 -
CMYK 0 0.39 0.52 0.04
HSL 15º 0.85% 0.71% -
HSV(B) 15º 0.52% 0.96% -
XYZ 51.05 41.67 21.88 -
YUV 173.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 244 148 116 0 0.39 0.52 0.04 15 0.85 0.71
Hex F4 94 74 0 27 34 4 F 55 47
Octal 364 224 164 0 47 64 4 17 125 107
Binary 11110100 10010100 1110100 0 100111 110100 100 1111 1010101 1000111

Color Harmonies of #F49474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49474

Black with #F49474

Text Example


Text Example

White with #F49474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49474; }

 p { color: rgb(244,148,116); }

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

background-color css

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

 a { background-color: rgb(244,148,116); }

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

border-color css

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

 span { border-color: rgb(244,148,116); }

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