Html Css Color HEX #F6896A Salmon

📋 copy color: '#F6896A'

red 246 ◦ green 137 ◦ blue 106

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

Shades of Salmon #F6896A

Tints of Salmon #F6896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.02%

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

R = 50.31%
G = 28.02%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6896A (or 0xF6896A) is known color: Salmon. HEX triplet: F6, 89 and 6A. RGB value is (246,137,106). Sum of RGB (Red+Green+Blue) = 246+137+106=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6896A is #097695. Grayscale: #A6A6A6. Windows color (decimal): -620182 or 6982134. OLE color: 6982134.

HSL color Cylindrical-coordinate representation of color #F6896A: hue angle of 13.29º 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 #F6896A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 106 -
CMYK 0 0.44 0.57 0.04
HSL 13.29º 0.89% 0.69% -
HSV(B) 13.29º 0.57% 0.96% -
XYZ 49.55 38.52 18.46 -
YUV 166.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 246 137 106 0 0.44 0.57 0.04 13.29 0.89 0.69
Hex F6 89 6A 0 2C 39 4 D 59 45
Octal 366 211 152 0 54 71 4 15 131 105
Binary 11110110 10001001 1101010 0 101100 111001 100 1101 1011001 1000101

Color Harmonies of #F6896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6896A

Black with #F6896A

Text Example


Text Example

White with #F6896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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