Html Css Color HEX #F4766A Salmon

📋 copy color: '#F4766A'

red 244 ◦ green 118 ◦ blue 106

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

Shades of Salmon #F4766A

Tints of Salmon #F4766A

RGB

 RED value IS 244 (95.7% from 255) = 52.14%

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

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

R = 52.14%
G = 25.21%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4766A (or 0xF4766A) is known color: Salmon. HEX triplet: F4, 76 and 6A. RGB value is (244,118,106). Sum of RGB (Red+Green+Blue) = 244+118+106=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4766A is #0B8995. Grayscale: #9A9A9A. Windows color (decimal): -756118 or 6977268. OLE color: 6977268.

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

Color convert

RGB 244 118 106 -
CMYK 0 0.52 0.57 0.04
HSL 5.22º 0.86% 0.69% -
HSV(B) 5.22º 0.57% 0.96% -
XYZ 46.39 33.23 17.6 -
YUV 154.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 244 118 106 0 0.52 0.57 0.04 5.22 0.86 0.69
Hex F4 76 6A 0 34 39 4 5 56 45
Octal 364 166 152 0 64 71 4 5 126 105
Binary 11110100 1110110 1101010 0 110100 111001 100 101 1010110 1000101

Color Harmonies of #F4766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4766A

Black with #F4766A

Text Example


Text Example

White with #F4766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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