Html Css Color HEX #F77C64 Salmon

📋 copy color: '#F77C64'

red 247 ◦ green 124 ◦ blue 100

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

Shades of Salmon #F77C64

Tints of Salmon #F77C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.33%

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 52.44%
G = 26.33%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F77C64 (or 0xF77C64) is known color: Salmon. HEX triplet: F7, 7C and 64. RGB value is (247,124,100). Sum of RGB (Red+Green+Blue) = 247+124+100=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C64 is #08839B. Grayscale: #9E9E9E. Windows color (decimal): -557980 or 6585591. OLE color: 6585591.

HSL color Cylindrical-coordinate representation of color #F77C64: hue angle of 9.8º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F77C64 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 100 -
CMYK 0 0.50 0.60 0.03
HSL 9.8º 0.9% 0.68% -
HSV(B) 9.8º 0.6% 0.97% -
XYZ 47.87 35.11 16.31 -
YUV 158.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 247 124 100 0 0.50 0.60 0.03 9.8 0.9 0.68
Hex F7 7C 64 0 32 3C 3 A 5A 44
Octal 367 174 144 0 62 74 3 12 132 104
Binary 11110111 1111100 1100100 0 110010 111100 11 1010 1011010 1000100

Color Harmonies of #F77C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C64

Black with #F77C64

Text Example


Text Example

White with #F77C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C64; }

 p { color: rgb(247,124,100); }

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

background-color css

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

 a { background-color: rgb(247,124,100); }

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

border-color css

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

 span { border-color: rgb(247,124,100); }

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