Html Css Color HEX #F49E7D Light Salmon

📋 copy color: '#F49E7D'

red 244 ◦ green 158 ◦ blue 125

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

Shades of Light Salmon #F49E7D

Tints of Light Salmon #F49E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.98%

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

R = 46.3%
G = 29.98%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F49E7D (or 0xF49E7D) is known color: Light Salmon. HEX triplet: F4, 9E and 7D. RGB value is (244,158,125). Sum of RGB (Red+Green+Blue) = 244+158+125=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49E7D is #0B6182. Grayscale: #B4B4B4. Windows color (decimal): -745859 or 8232692. OLE color: 8232692.

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

Color convert

RGB 244 158 125 -
CMYK 0 0.35 0.49 0.04
HSL 16.64º 0.84% 0.72% -
HSV(B) 16.64º 0.49% 0.96% -
XYZ 53.24 45.17 25.31 -
YUV 179.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 244 158 125 0 0.35 0.49 0.04 16.64 0.84 0.72
Hex F4 9E 7D 0 23 31 4 11 54 48
Octal 364 236 175 0 43 61 4 21 124 110
Binary 11110100 10011110 1111101 0 100011 110001 100 10001 1010100 1001000

Color Harmonies of #F49E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49E7D

Black with #F49E7D

Text Example


Text Example

White with #F49E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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