Html Css Color HEX #F7A079 Light Salmon

📋 copy color: '#F7A079'

red 247 ◦ green 160 ◦ blue 121

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

Shades of Light Salmon #F7A079

Tints of Light Salmon #F7A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

 BLUE value IS 121 (47.66% from 255) = 22.92%

R = 46.78%
G = 30.3%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7A079 (or 0xF7A079) is known color: Light Salmon. HEX triplet: F7, A0 and 79. RGB value is (247,160,121). Sum of RGB (Red+Green+Blue) = 247+160+121=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A079 is #085F86. Grayscale: #B5B5B5. Windows color (decimal): -548743 or 7971063. OLE color: 7971063.

HSL color Cylindrical-coordinate representation of color #F7A079: hue angle of 18.57º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7A079 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 121 -
CMYK 0 0.35 0.51 0.03
HSL 18.57º 0.89% 0.72% -
HSV(B) 18.57º 0.51% 0.97% -
XYZ 54.38 46.3 24.16 -
YUV 181.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 247 160 121 0 0.35 0.51 0.03 18.57 0.89 0.72
Hex F7 A0 79 0 23 33 3 13 59 48
Octal 367 240 171 0 43 63 3 23 131 110
Binary 11110111 10100000 1111001 0 100011 110011 11 10011 1011001 1001000

Color Harmonies of #F7A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A079

Black with #F7A079

Text Example


Text Example

White with #F7A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A079; }

 p { color: rgb(247,160,121); }

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

background-color css

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

 a { background-color: rgb(247,160,121); }

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

border-color css

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

 span { border-color: rgb(247,160,121); }

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