Html Css Color HEX #F79C7D Light Salmon

📋 copy color: '#F79C7D'

red 247 ◦ green 156 ◦ blue 125

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

Shades of Light Salmon #F79C7D

Tints of Light Salmon #F79C7D

RGB

 RED value IS 247 (96.88% from 255) = 46.78%

 GREEN value IS 156 (61.33% from 255) = 29.55%

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

R = 46.78%
G = 29.55%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F79C7D (or 0xF79C7D) is known color: Light Salmon. HEX triplet: F7, 9C and 7D. RGB value is (247,156,125). Sum of RGB (Red+Green+Blue) = 247+156+125=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F79C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79C7D is #086382. Grayscale: #B3B3B3. Windows color (decimal): -549763 or 8232183. OLE color: 8232183.

HSL color Cylindrical-coordinate representation of color #F79C7D: hue angle of 15.25º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F79C7D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 156 125 -
CMYK 0 0.37 0.49 0.03
HSL 15.25º 0.88% 0.73% -
HSV(B) 15.25º 0.49% 0.97% -
XYZ 53.95 45.03 25.25 -
YUV 179.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 247 156 125 0 0.37 0.49 0.03 15.25 0.88 0.73
Hex F7 9C 7D 0 25 31 3 F 58 49
Octal 367 234 175 0 45 61 3 17 130 111
Binary 11110111 10011100 1111101 0 100101 110001 11 1111 1011000 1001001

Color Harmonies of #F79C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79C7D

Black with #F79C7D

Text Example


Text Example

White with #F79C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79C7D; }

 p { color: rgb(247,156,125); }

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

background-color css

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

 a { background-color: rgb(247,156,125); }

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

border-color css

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

 span { border-color: rgb(247,156,125); }

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