Html Css Color HEX #F1786C Salmon

📋 copy color: '#F1786C'

red 241 ◦ green 120 ◦ blue 108

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

Shades of Salmon #F1786C

Tints of Salmon #F1786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 51.39%
G = 25.59%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1786C (or 0xF1786C) is known color: Salmon. HEX triplet: F1, 78 and 6C. RGB value is (241,120,108). Sum of RGB (Red+Green+Blue) = 241+120+108=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1786C is #0E8793. Grayscale: #9A9A9A. Windows color (decimal): -952212 or 7108849. OLE color: 7108849.

HSL color Cylindrical-coordinate representation of color #F1786C: hue angle of 5.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1786C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 120 108 -
CMYK 0 0.50 0.55 0.05
HSL 5.41º 0.83% 0.68% -
HSV(B) 5.41º 0.55% 0.95% -
XYZ 45.7 33.22 18.19 -
YUV 154.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 241 120 108 0 0.50 0.55 0.05 5.41 0.83 0.68
Hex F1 78 6C 0 32 37 5 5 53 44
Octal 361 170 154 0 62 67 5 5 123 104
Binary 11110001 1111000 1101100 0 110010 110111 101 101 1010011 1000100

Color Harmonies of #F1786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1786C

Black with #F1786C

Text Example


Text Example

White with #F1786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1786C; }

 p { color: rgb(241,120,108); }

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

background-color css

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

 a { background-color: rgb(241,120,108); }

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

border-color css

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

 span { border-color: rgb(241,120,108); }

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