Html Css Color HEX #F49E7B Light Salmon

📋 copy color: '#F49E7B'

red 244 ◦ green 158 ◦ blue 123

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

Shades of Light Salmon #F49E7B

Tints of Light Salmon #F49E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.43%

R = 46.48%
G = 30.1%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F49E7B (or 0xF49E7B) is known color: Light Salmon. HEX triplet: F4, 9E and 7B. RGB value is (244,158,123). Sum of RGB (Red+Green+Blue) = 244+158+123=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49E7B is #0B6184. Grayscale: #B3B3B3. Windows color (decimal): -745861 or 8101620. OLE color: 8101620.

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

Color convert

RGB 244 158 123 -
CMYK 0 0.35 0.50 0.04
HSL 17.36º 0.85% 0.72% -
HSV(B) 17.36º 0.5% 0.96% -
XYZ 53.11 45.12 24.65 -
YUV 179.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 244 158 123 0 0.35 0.50 0.04 17.36 0.85 0.72
Hex F4 9E 7B 0 23 32 4 11 55 48
Octal 364 236 173 0 43 62 4 21 125 110
Binary 11110100 10011110 1111011 0 100011 110010 100 10001 1010101 1001000

Color Harmonies of #F49E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49E7B

Black with #F49E7B

Text Example


Text Example

White with #F49E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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