Html Css Color HEX #F49278 Dark Salmon

📋 copy color: '#F49278'

red 244 ◦ green 146 ◦ blue 120

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

Shades of Dark Salmon #F49278

Tints of Dark Salmon #F49278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

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

R = 47.84%
G = 28.63%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F49278 (or 0xF49278) is known color: Dark Salmon. HEX triplet: F4, 92 and 78. RGB value is (244,146,120). Sum of RGB (Red+Green+Blue) = 244+146+120=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F49278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49278 is #0B6D87. Grayscale: #ACACAC. Windows color (decimal): -748936 or 7901940. OLE color: 7901940.

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

Color convert

RGB 244 146 120 -
CMYK 0 0.40 0.51 0.04
HSL 12.58º 0.85% 0.71% -
HSV(B) 12.58º 0.51% 0.96% -
XYZ 50.98 41.15 23.02 -
YUV 172.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 244 146 120 0 0.40 0.51 0.04 12.58 0.85 0.71
Hex F4 92 78 0 28 33 4 D 55 47
Octal 364 222 170 0 50 63 4 15 125 107
Binary 11110100 10010010 1111000 0 101000 110011 100 1101 1010101 1000111

Color Harmonies of #F49278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49278

Black with #F49278

Text Example


Text Example

White with #F49278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49278; }

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

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

background-color css

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

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

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

border-color css

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

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

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