Html Css Color HEX #F7766C Salmon

📋 copy color: '#F7766C'

red 247 ◦ green 118 ◦ blue 108

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

Shades of Salmon #F7766C

Tints of Salmon #F7766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 52.22%
G = 24.95%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7766C (or 0xF7766C) is known color: Salmon. HEX triplet: F7, 76 and 6C. RGB value is (247,118,108). Sum of RGB (Red+Green+Blue) = 247+118+108=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7766C is #088993. Grayscale: #9B9B9B. Windows color (decimal): -559508 or 7108343. OLE color: 7108343.

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

Color convert

RGB 247 118 108 -
CMYK 0 0.52 0.56 0.03
HSL 4.32º 0.9% 0.7% -
HSV(B) 4.32º 0.56% 0.97% -
XYZ 47.54 33.81 18.21 -
YUV 155.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 247 118 108 0 0.52 0.56 0.03 4.32 0.9 0.7
Hex F7 76 6C 0 34 38 3 4 5A 46
Octal 367 166 154 0 64 70 3 4 132 106
Binary 11110111 1110110 1101100 0 110100 111000 11 100 1011010 1000110

Color Harmonies of #F7766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7766C

Black with #F7766C

Text Example


Text Example

White with #F7766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7766C; }

 p { color: rgb(247,118,108); }

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

background-color css

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

 a { background-color: rgb(247,118,108); }

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

border-color css

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

 span { border-color: rgb(247,118,108); }

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