Html Css Color HEX #F77F65 Salmon

📋 copy color: '#F77F65'

red 247 ◦ green 127 ◦ blue 101

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

Shades of Salmon #F77F65

Tints of Salmon #F77F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 52%
G = 26.74%
B = 21.26%

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

#F77F65 (or 0xF77F65) is known color: Salmon. HEX triplet: F7, 7F and 65. RGB value is (247,127,101). Sum of RGB (Red+Green+Blue) = 247+127+101=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F65 is #08809A. Grayscale: #A0A0A0. Windows color (decimal): -557211 or 6651895. OLE color: 6651895.

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

Color convert

RGB 247 127 101 -
CMYK 0 0.49 0.59 0.03
HSL 10.68º 0.9% 0.68% -
HSV(B) 10.68º 0.59% 0.97% -
XYZ 48.3 35.89 16.69 -
YUV 159.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 247 127 101 0 0.49 0.59 0.03 10.68 0.9 0.68
Hex F7 7F 65 0 31 3B 3 B 5A 44
Octal 367 177 145 0 61 73 3 13 132 104
Binary 11110111 1111111 1100101 0 110001 111011 11 1011 1011010 1000100

Color Harmonies of #F77F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F65

Black with #F77F65

Text Example


Text Example

White with #F77F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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