Html Css Color HEX #F77966 Salmon

📋 copy color: '#F77966'

red 247 ◦ green 121 ◦ blue 102

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

Shades of Salmon #F77966

Tints of Salmon #F77966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.74%

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 52.55%
G = 25.74%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F77966 (or 0xF77966) is known color: Salmon. HEX triplet: F7, 79 and 66. RGB value is (247,121,102). Sum of RGB (Red+Green+Blue) = 247+121+102=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F77966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77966 is #088699. Grayscale: #9C9C9C. Windows color (decimal): -558746 or 6715895. OLE color: 6715895.

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

Color convert

RGB 247 121 102 -
CMYK 0 0.51 0.59 0.03
HSL 7.86º 0.9% 0.68% -
HSV(B) 7.86º 0.59% 0.97% -
XYZ 47.59 34.41 16.7 -
YUV 156.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 247 121 102 0 0.51 0.59 0.03 7.86 0.9 0.68
Hex F7 79 66 0 33 3B 3 8 5A 44
Octal 367 171 146 0 63 73 3 10 132 104
Binary 11110111 1111001 1100110 0 110011 111011 11 1000 1011010 1000100

Color Harmonies of #F77966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77966

Black with #F77966

Text Example


Text Example

White with #F77966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77966; }

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

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

background-color css

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

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

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

border-color css

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

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

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