Html Css Color HEX #F6896C Salmon

📋 copy color: '#F6896C'

red 246 ◦ green 137 ◦ blue 108

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

Shades of Salmon #F6896C

Tints of Salmon #F6896C

RGB

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

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

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

R = 50.1%
G = 27.9%
B = 22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6896C (or 0xF6896C) is known color: Salmon. HEX triplet: F6, 89 and 6C. RGB value is (246,137,108). Sum of RGB (Red+Green+Blue) = 246+137+108=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6896C is #097693. Grayscale: #A6A6A6. Windows color (decimal): -620180 or 7113206. OLE color: 7113206.

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

Color convert

RGB 246 137 108 -
CMYK 0 0.44 0.56 0.04
HSL 12.61º 0.88% 0.69% -
HSV(B) 12.61º 0.56% 0.96% -
XYZ 49.66 38.57 19.01 -
YUV 166.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 246 137 108 0 0.44 0.56 0.04 12.61 0.88 0.69
Hex F6 89 6C 0 2C 38 4 D 58 45
Octal 366 211 154 0 54 70 4 15 130 105
Binary 11110110 10001001 1101100 0 101100 111000 100 1101 1011000 1000101

Color Harmonies of #F6896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6896C

Black with #F6896C

Text Example


Text Example

White with #F6896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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