Html Css Color HEX #F18677 Salmon

📋 copy color: '#F18677'

red 241 ◦ green 134 ◦ blue 119

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

Shades of Salmon #F18677

Tints of Salmon #F18677

RGB

 RED value IS 241 (94.53% from 255) = 48.79%

 GREEN value IS 134 (52.73% from 255) = 27.13%

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 48.79%
G = 27.13%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18677 (or 0xF18677) is known color: Salmon. HEX triplet: F1, 86 and 77. RGB value is (241,134,119). Sum of RGB (Red+Green+Blue) = 241+134+119=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F18677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18677 is #0E7988. Grayscale: #A4A4A4. Windows color (decimal): -948617 or 7833329. OLE color: 7833329.

HSL color Cylindrical-coordinate representation of color #F18677: hue angle of 7.38º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F18677 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 134 119 -
CMYK 0 0.44 0.51 0.05
HSL 7.38º 0.81% 0.71% -
HSV(B) 7.38º 0.51% 0.95% -
XYZ 48.13 37.08 22.07 -
YUV 164.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 241 134 119 0 0.44 0.51 0.05 7.38 0.81 0.71
Hex F1 86 77 0 2C 33 5 7 51 47
Octal 361 206 167 0 54 63 5 7 121 107
Binary 11110001 10000110 1110111 0 101100 110011 101 111 1010001 1000111

Color Harmonies of #F18677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18677

Black with #F18677

Text Example


Text Example

White with #F18677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18677; }

 p { color: rgb(241,134,119); }

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

background-color css

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

 a { background-color: rgb(241,134,119); }

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

border-color css

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

 span { border-color: rgb(241,134,119); }

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