Html Css Color HEX #F18674 Salmon

📋 copy color: '#F18674'

red 241 ◦ green 134 ◦ blue 116

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

Shades of Salmon #F18674

Tints of Salmon #F18674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 49.08%
G = 27.29%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F18674 (or 0xF18674) is known color: Salmon. HEX triplet: F1, 86 and 74. RGB value is (241,134,116). Sum of RGB (Red+Green+Blue) = 241+134+116=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18674 is #0E798B. Grayscale: #A4A4A4. Windows color (decimal): -948620 or 7636721. OLE color: 7636721.

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

Color convert

RGB 241 134 116 -
CMYK 0 0.44 0.52 0.05
HSL 8.64º 0.82% 0.7% -
HSV(B) 8.64º 0.52% 0.95% -
XYZ 47.95 37.01 21.14 -
YUV 163.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 241 134 116 0 0.44 0.52 0.05 8.64 0.82 0.7
Hex F1 86 74 0 2C 34 5 9 52 46
Octal 361 206 164 0 54 64 5 11 122 106
Binary 11110001 10000110 1110100 0 101100 110100 101 1001 1010010 1000110

Color Harmonies of #F18674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18674

Black with #F18674

Text Example


Text Example

White with #F18674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18674; }

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

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

background-color css

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

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

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

border-color css

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

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

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