Html Css Color HEX #F7A47D Light Salmon

📋 copy color: '#F7A47D'

red 247 ◦ green 164 ◦ blue 125

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

Shades of Light Salmon #F7A47D

Tints of Light Salmon #F7A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

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

R = 46.08%
G = 30.6%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7A47D (or 0xF7A47D) is known color: Light Salmon. HEX triplet: F7, A4 and 7D. RGB value is (247,164,125). Sum of RGB (Red+Green+Blue) = 247+164+125=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A47D is #085B82. Grayscale: #B8B8B8. Windows color (decimal): -547715 or 8234231. OLE color: 8234231.

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

Color convert

RGB 247 164 125 -
CMYK 0 0.34 0.49 0.03
HSL 19.18º 0.88% 0.73% -
HSV(B) 19.18º 0.49% 0.97% -
XYZ 55.33 47.81 25.71 -
YUV 184.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 247 164 125 0 0.34 0.49 0.03 19.18 0.88 0.73
Hex F7 A4 7D 0 22 31 3 13 58 49
Octal 367 244 175 0 42 61 3 23 130 111
Binary 11110111 10100100 1111101 0 100010 110001 11 10011 1011000 1001001

Color Harmonies of #F7A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A47D

Black with #F7A47D

Text Example


Text Example

White with #F7A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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