Html Css Color HEX #F7766A Salmon

📋 copy color: '#F7766A'

red 247 ◦ green 118 ◦ blue 106

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

Shades of Salmon #F7766A

Tints of Salmon #F7766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 52.44%
G = 25.05%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7766A (or 0xF7766A) is known color: Salmon. HEX triplet: F7, 76 and 6A. RGB value is (247,118,106). Sum of RGB (Red+Green+Blue) = 247+118+106=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7766A is #088995. Grayscale: #9B9B9B. Windows color (decimal): -559510 or 6977271. OLE color: 6977271.

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

Color convert

RGB 247 118 106 -
CMYK 0 0.52 0.57 0.03
HSL 5.11º 0.9% 0.69% -
HSV(B) 5.11º 0.57% 0.97% -
XYZ 47.44 33.77 17.65 -
YUV 155.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 247 118 106 0 0.52 0.57 0.03 5.11 0.9 0.69
Hex F7 76 6A 0 34 39 3 5 5A 45
Octal 367 166 152 0 64 71 3 5 132 105
Binary 11110111 1110110 1101010 0 110100 111001 11 101 1011010 1000101

Color Harmonies of #F7766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7766A

Black with #F7766A

Text Example


Text Example

White with #F7766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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