Html Css Color HEX #F49D7D Light Salmon

📋 copy color: '#F49D7D'

red 244 ◦ green 157 ◦ blue 125

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

Shades of Light Salmon #F49D7D

Tints of Light Salmon #F49D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 46.39%
G = 29.85%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F49D7D (or 0xF49D7D) is known color: Light Salmon. HEX triplet: F4, 9D and 7D. RGB value is (244,157,125). Sum of RGB (Red+Green+Blue) = 244+157+125=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D7D is #0B6282. Grayscale: #B3B3B3. Windows color (decimal): -746115 or 8232436. OLE color: 8232436.

HSL color Cylindrical-coordinate representation of color #F49D7D: hue angle of 16.13º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F49D7D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 157 125 -
CMYK 0 0.36 0.49 0.04
HSL 16.13º 0.84% 0.72% -
HSV(B) 16.13º 0.49% 0.96% -
XYZ 53.07 44.83 25.26 -
YUV 179.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 244 157 125 0 0.36 0.49 0.04 16.13 0.84 0.72
Hex F4 9D 7D 0 24 31 4 10 54 48
Octal 364 235 175 0 44 61 4 20 124 110
Binary 11110100 10011101 1111101 0 100100 110001 100 10000 1010100 1001000

Color Harmonies of #F49D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49D7D

Black with #F49D7D

Text Example


Text Example

White with #F49D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49D7D; }

 p { color: rgb(244,157,125); }

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

background-color css

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

 a { background-color: rgb(244,157,125); }

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

border-color css

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

 span { border-color: rgb(244,157,125); }

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