Html Css Color HEX #F6886A Salmon

📋 copy color: '#F6886A'

red 246 ◦ green 136 ◦ blue 106

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

Shades of Salmon #F6886A

Tints of Salmon #F6886A

RGB

 RED value IS 246 (96.48% from 255) = 50.41%

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

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 50.41%
G = 27.87%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6886A (or 0xF6886A) is known color: Salmon. HEX triplet: F6, 88 and 6A. RGB value is (246,136,106). Sum of RGB (Red+Green+Blue) = 246+136+106=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6886A is #097795. Grayscale: #A5A5A5. Windows color (decimal): -620438 or 6981878. OLE color: 6981878.

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

Color convert

RGB 246 136 106 -
CMYK 0 0.45 0.57 0.04
HSL 12.86º 0.89% 0.69% -
HSV(B) 12.86º 0.57% 0.96% -
XYZ 49.41 38.24 18.41 -
YUV 165.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 246 136 106 0 0.45 0.57 0.04 12.86 0.89 0.69
Hex F6 88 6A 0 2D 39 4 D 59 45
Octal 366 210 152 0 55 71 4 15 131 105
Binary 11110110 10001000 1101010 0 101101 111001 100 1101 1011001 1000101

Color Harmonies of #F6886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6886A

Black with #F6886A

Text Example


Text Example

White with #F6886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6886A; }

 p { color: rgb(246,136,106); }

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

background-color css

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

 a { background-color: rgb(246,136,106); }

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

border-color css

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

 span { border-color: rgb(246,136,106); }

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