Html Css Color HEX #F4766E Salmon

📋 copy color: '#F4766E'

red 244 ◦ green 118 ◦ blue 110

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

Shades of Salmon #F4766E

Tints of Salmon #F4766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 51.69%
G = 25%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4766E (or 0xF4766E) is known color: Salmon. HEX triplet: F4, 76 and 6E. RGB value is (244,118,110). Sum of RGB (Red+Green+Blue) = 244+118+110=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4766E is #0B8991. Grayscale: #9A9A9A. Windows color (decimal): -756114 or 7239412. OLE color: 7239412.

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

Color convert

RGB 244 118 110 -
CMYK 0 0.52 0.55 0.04
HSL 3.58º 0.86% 0.69% -
HSV(B) 3.58º 0.55% 0.96% -
XYZ 46.6 33.32 18.73 -
YUV 154.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 244 118 110 0 0.52 0.55 0.04 3.58 0.86 0.69
Hex F4 76 6E 0 34 37 4 4 56 45
Octal 364 166 156 0 64 67 4 4 126 105
Binary 11110100 1110110 1101110 0 110100 110111 100 100 1010110 1000101

Color Harmonies of #F4766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4766E

Black with #F4766E

Text Example


Text Example

White with #F4766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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