Html Css Color HEX #F79A78 Light Salmon

📋 copy color: '#F79A78'

red 247 ◦ green 154 ◦ blue 120

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

Shades of Light Salmon #F79A78

Tints of Light Salmon #F79A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.56%

 BLUE value IS 120 (47.27% from 255) = 23.03%

R = 47.41%
G = 29.56%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F79A78 (or 0xF79A78) is known color: Light Salmon. HEX triplet: F7, 9A and 78. RGB value is (247,154,120). Sum of RGB (Red+Green+Blue) = 247+154+120=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F79A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79A78 is #086587. Grayscale: #B2B2B2. Windows color (decimal): -550280 or 7903991. OLE color: 7903991.

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

Color convert

RGB 247 154 120 -
CMYK 0 0.38 0.51 0.03
HSL 16.06º 0.89% 0.72% -
HSV(B) 16.06º 0.51% 0.97% -
XYZ 53.3 44.24 23.5 -
YUV 177.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 247 154 120 0 0.38 0.51 0.03 16.06 0.89 0.72
Hex F7 9A 78 0 26 33 3 10 59 48
Octal 367 232 170 0 46 63 3 20 131 110
Binary 11110111 10011010 1111000 0 100110 110011 11 10000 1011001 1001000

Color Harmonies of #F79A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79A78

Black with #F79A78

Text Example


Text Example

White with #F79A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79A78; }

 p { color: rgb(247,154,120); }

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

background-color css

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

 a { background-color: rgb(247,154,120); }

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

border-color css

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

 span { border-color: rgb(247,154,120); }

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