Html Css Color HEX #F77F66 Salmon

📋 copy color: '#F77F66'

red 247 ◦ green 127 ◦ blue 102

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

Shades of Salmon #F77F66

Tints of Salmon #F77F66

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 51.89%
G = 26.68%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F77F66 (or 0xF77F66) is known color: Salmon. HEX triplet: F7, 7F and 66. RGB value is (247,127,102). Sum of RGB (Red+Green+Blue) = 247+127+102=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F66 is #088099. Grayscale: #A0A0A0. Windows color (decimal): -557210 or 6717431. OLE color: 6717431.

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

Color convert

RGB 247 127 102 -
CMYK 0 0.49 0.59 0.03
HSL 10.34º 0.9% 0.68% -
HSV(B) 10.34º 0.59% 0.97% -
XYZ 48.35 35.91 16.95 -
YUV 160.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 247 127 102 0 0.49 0.59 0.03 10.34 0.9 0.68
Hex F7 7F 66 0 31 3B 3 A 5A 44
Octal 367 177 146 0 61 73 3 12 132 104
Binary 11110111 1111111 1100110 0 110001 111011 11 1010 1011010 1000100

Color Harmonies of #F77F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F66

Black with #F77F66

Text Example


Text Example

White with #F77F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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