Html Css Color HEX #F7A17D Light Salmon

📋 copy color: '#F7A17D'

red 247 ◦ green 161 ◦ blue 125

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

Shades of Light Salmon #F7A17D

Tints of Light Salmon #F7A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.21%

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

R = 46.34%
G = 30.21%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7A17D (or 0xF7A17D) is known color: Light Salmon. HEX triplet: F7, A1 and 7D. RGB value is (247,161,125). Sum of RGB (Red+Green+Blue) = 247+161+125=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A17D is #085E82. Grayscale: #B6B6B6. Windows color (decimal): -548483 or 8233463. OLE color: 8233463.

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

Color convert

RGB 247 161 125 -
CMYK 0 0.35 0.49 0.03
HSL 17.7º 0.88% 0.73% -
HSV(B) 17.7º 0.49% 0.97% -
XYZ 54.8 46.74 25.54 -
YUV 182.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 247 161 125 0 0.35 0.49 0.03 17.7 0.88 0.73
Hex F7 A1 7D 0 23 31 3 12 58 49
Octal 367 241 175 0 43 61 3 22 130 111
Binary 11110111 10100001 1111101 0 100011 110001 11 10010 1011000 1001001

Color Harmonies of #F7A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A17D

Black with #F7A17D

Text Example


Text Example

White with #F7A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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