Html Css Color HEX #F49E7A Light Salmon

📋 copy color: '#F49E7A'

red 244 ◦ green 158 ◦ blue 122

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

Shades of Light Salmon #F49E7A

Tints of Light Salmon #F49E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 46.56%
G = 30.15%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F49E7A (or 0xF49E7A) is known color: Light Salmon. HEX triplet: F4, 9E and 7A. RGB value is (244,158,122). Sum of RGB (Red+Green+Blue) = 244+158+122=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49E7A is #0B6185. Grayscale: #B3B3B3. Windows color (decimal): -745862 or 8036084. OLE color: 8036084.

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

Color convert

RGB 244 158 122 -
CMYK 0 0.35 0.5 0.04
HSL 17.7º 0.85% 0.72% -
HSV(B) 17.7º 0.5% 0.96% -
XYZ 53.05 45.09 24.32 -
YUV 179.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 244 158 122 0 0.35 0.5 0.04 17.7 0.85 0.72
Hex F4 9E 7A 0 23 32 4 12 55 48
Octal 364 236 172 0 43 62 4 22 125 110
Binary 11110100 10011110 1111010 0 100011 110010 100 10010 1010101 1001000

Color Harmonies of #F49E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49E7A

Black with #F49E7A

Text Example


Text Example

White with #F49E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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