Html Css Color HEX #F49A79 Dark Salmon

📋 copy color: '#F49A79'

red 244 ◦ green 154 ◦ blue 121

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

Shades of Dark Salmon #F49A79

Tints of Dark Salmon #F49A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

 BLUE value IS 121 (47.66% from 255) = 23.31%

R = 47.01%
G = 29.67%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F49A79 (or 0xF49A79) is known color: Dark Salmon. HEX triplet: F4, 9A and 79. RGB value is (244,154,121). Sum of RGB (Red+Green+Blue) = 244+154+121=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49A79 is #0B6586. Grayscale: #B1B1B1. Windows color (decimal): -746887 or 7969524. OLE color: 7969524.

HSL color Cylindrical-coordinate representation of color #F49A79: hue angle of 16.1º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F49A79 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 154 121 -
CMYK 0 0.37 0.50 0.04
HSL 16.1º 0.85% 0.72% -
HSV(B) 16.1º 0.5% 0.96% -
XYZ 52.32 43.72 23.77 -
YUV 177.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 244 154 121 0 0.37 0.50 0.04 16.1 0.85 0.72
Hex F4 9A 79 0 25 32 4 10 55 48
Octal 364 232 171 0 45 62 4 20 125 110
Binary 11110100 10011010 1111001 0 100101 110010 100 10000 1010101 1001000

Color Harmonies of #F49A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49A79

Black with #F49A79

Text Example


Text Example

White with #F49A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49A79; }

 p { color: rgb(244,154,121); }

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

background-color css

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

 a { background-color: rgb(244,154,121); }

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

border-color css

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

 span { border-color: rgb(244,154,121); }

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