Html Css Color HEX #F49878 Dark Salmon

📋 copy color: '#F49878'

red 244 ◦ green 152 ◦ blue 120

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

Shades of Dark Salmon #F49878

Tints of Dark Salmon #F49878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.46%

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

R = 47.29%
G = 29.46%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F49878 (or 0xF49878) is known color: Dark Salmon. HEX triplet: F4, 98 and 78. RGB value is (244,152,120). Sum of RGB (Red+Green+Blue) = 244+152+120=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F49878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49878 is #0B6787. Grayscale: #B0B0B0. Windows color (decimal): -747400 or 7903476. OLE color: 7903476.

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

Color convert

RGB 244 152 120 -
CMYK 0 0.38 0.51 0.04
HSL 15.48º 0.85% 0.71% -
HSV(B) 15.48º 0.51% 0.96% -
XYZ 51.93 43.05 23.34 -
YUV 175.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 244 152 120 0 0.38 0.51 0.04 15.48 0.85 0.71
Hex F4 98 78 0 26 33 4 F 55 47
Octal 364 230 170 0 46 63 4 17 125 107
Binary 11110100 10011000 1111000 0 100110 110011 100 1111 1010101 1000111

Color Harmonies of #F49878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49878

Black with #F49878

Text Example


Text Example

White with #F49878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49878; }

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

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

background-color css

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

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

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

border-color css

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

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

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