Html Css Color HEX #F3886C Salmon

📋 copy color: '#F3886C'

red 243 ◦ green 136 ◦ blue 108

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

Shades of Salmon #F3886C

Tints of Salmon #F3886C

RGB

 RED value IS 243 (95.31% from 255) = 49.9%

 GREEN value IS 136 (53.52% from 255) = 27.93%

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

R = 49.9%
G = 27.93%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F3886C (or 0xF3886C) is known color: Salmon. HEX triplet: F3, 88 and 6C. RGB value is (243,136,108). Sum of RGB (Red+Green+Blue) = 243+136+108=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3886C is #0C7793. Grayscale: #A5A5A5. Windows color (decimal): -817044 or 7112947. OLE color: 7112947.

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

Color convert

RGB 243 136 108 -
CMYK 0 0.44 0.56 0.05
HSL 12.44º 0.85% 0.69% -
HSV(B) 12.44º 0.56% 0.95% -
XYZ 48.47 37.75 18.92 -
YUV 164.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 243 136 108 0 0.44 0.56 0.05 12.44 0.85 0.69
Hex F3 88 6C 0 2C 38 5 C 55 45
Octal 363 210 154 0 54 70 5 14 125 105
Binary 11110011 10001000 1101100 0 101100 111000 101 1100 1010101 1000101

Color Harmonies of #F3886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3886C

Black with #F3886C

Text Example


Text Example

White with #F3886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3886C; }

 p { color: rgb(243,136,108); }

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

background-color css

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

 a { background-color: rgb(243,136,108); }

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

border-color css

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

 span { border-color: rgb(243,136,108); }

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