Html Css Color HEX #F79D7D Light Salmon

📋 copy color: '#F79D7D'

red 247 ◦ green 157 ◦ blue 125

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

Shades of Light Salmon #F79D7D

Tints of Light Salmon #F79D7D

RGB

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

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

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

R = 46.69%
G = 29.68%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F79D7D (or 0xF79D7D) is known color: Light Salmon. HEX triplet: F7, 9D and 7D. RGB value is (247,157,125). Sum of RGB (Red+Green+Blue) = 247+157+125=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F79D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79D7D is #086282. Grayscale: #B4B4B4. Windows color (decimal): -549507 or 8232439. OLE color: 8232439.

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

Color convert

RGB 247 157 125 -
CMYK 0 0.36 0.49 0.03
HSL 15.74º 0.88% 0.73% -
HSV(B) 15.74º 0.49% 0.97% -
XYZ 54.12 45.37 25.31 -
YUV 180.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 247 157 125 0 0.36 0.49 0.03 15.74 0.88 0.73
Hex F7 9D 7D 0 24 31 3 10 58 49
Octal 367 235 175 0 44 61 3 20 130 111
Binary 11110111 10011101 1111101 0 100100 110001 11 10000 1011000 1001001

Color Harmonies of #F79D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79D7D

Black with #F79D7D

Text Example


Text Example

White with #F79D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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