Html Css Color HEX #F49876 Dark Salmon

📋 copy color: '#F49876'

red 244 ◦ green 152 ◦ blue 118

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

Shades of Dark Salmon #F49876

Tints of Dark Salmon #F49876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 47.47%
G = 29.57%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F49876 (or 0xF49876) is known color: Dark Salmon. HEX triplet: F4, 98 and 76. RGB value is (244,152,118). Sum of RGB (Red+Green+Blue) = 244+152+118=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F49876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49876 is #0B6789. Grayscale: #AFAFAF. Windows color (decimal): -747402 or 7772404. OLE color: 7772404.

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

Color convert

RGB 244 152 118 -
CMYK 0 0.38 0.52 0.04
HSL 16.19º 0.85% 0.71% -
HSV(B) 16.19º 0.52% 0.96% -
XYZ 51.81 43 22.71 -
YUV 175.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 244 152 118 0 0.38 0.52 0.04 16.19 0.85 0.71
Hex F4 98 76 0 26 34 4 10 55 47
Octal 364 230 166 0 46 64 4 20 125 107
Binary 11110100 10011000 1110110 0 100110 110100 100 10000 1010101 1000111

Color Harmonies of #F49876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49876

Black with #F49876

Text Example


Text Example

White with #F49876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49876; }

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

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

background-color css

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

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

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

border-color css

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

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

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