Html Css Color HEX #F68C6E Salmon

📋 copy color: '#F68C6E'

red 246 ◦ green 140 ◦ blue 110

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

Shades of Salmon #F68C6E

Tints of Salmon #F68C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.23%

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 49.6%
G = 28.23%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F68C6E (or 0xF68C6E) is known color: Salmon. HEX triplet: F6, 8C and 6E. RGB value is (246,140,110). Sum of RGB (Red+Green+Blue) = 246+140+110=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C6E is #097391. Grayscale: #A8A8A8. Windows color (decimal): -619410 or 7245046. OLE color: 7245046.

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

Color convert

RGB 246 140 110 -
CMYK 0 0.43 0.55 0.04
HSL 13.24º 0.88% 0.7% -
HSV(B) 13.24º 0.55% 0.96% -
XYZ 50.2 39.47 19.73 -
YUV 168.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 246 140 110 0 0.43 0.55 0.04 13.24 0.88 0.7
Hex F6 8C 6E 0 2B 37 4 D 58 46
Octal 366 214 156 0 53 67 4 15 130 106
Binary 11110110 10001100 1101110 0 101011 110111 100 1101 1011000 1000110

Color Harmonies of #F68C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C6E

Black with #F68C6E

Text Example


Text Example

White with #F68C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C6E; }

 p { color: rgb(246,140,110); }

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

background-color css

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

 a { background-color: rgb(246,140,110); }

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

border-color css

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

 span { border-color: rgb(246,140,110); }

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